#30DDDC

Color #30DDDC Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #30DDDC

Tints of Turquoise #30DDDC

Color information

#30DDDC (or 0x30DDDC) is unknown color: approx Turquoise. HEX triplet: 30, DD and DC. RGB value is (48,221,220). Sum of RGB (Red+Green+Blue) = 48+221+220=489 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.82% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #30DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DDDC is #CF2223. Grayscale: #A8A8A8. Windows color (decimal): -13574692 or 14474544. OLE color: 14474544.

HSL color Cylindrical-coordinate representation of color #30DDDC: hue angle of 179.65º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DDDC is Cyan = 0.78, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB48221220-
CMYK0.7800.000.13
HSL179.65º71.78%52.75%-
HSV(B)179.65º78.28%86.67%-
XYZ39.9957.5176.7-
YUV169.16156.6941.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 9.82%
GREEN value IS 221 (86.72% from 255) = 45.19%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=9.82%
G=45.19%
B=44.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal482212200.7800.000.13179.6571.7852.75
Hex30DDDC4E00Db44835
Octal60335334116001526411065
Binary11000011011101110111001001110001101101101001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30DDDC; }

 p { color: rgb(48,221,220); }

 H1.HeaderClassName
 {
   color: #30DDDC;
 }
 .AnyTagClassName
 {
   color: #30DDDC;
 }
</style>
background-color css

<style>
 a { background-color: #30DDDC; }

 a { background-color: rgb(48,221,220); }

 div.DivClassName
 {
   background-color: #30DDDC;
 }
 .BgClassName
 {
   background-color: #30DDDC;
 }
</style>
border-color css

<style>
 span { border-color: #30DDDC; }

 span { border-color: rgb(48,221,220); }

 td.TdClassName
 {
   border-color: #30DDDC;
 }
 .TagClassName
 {
   border-color: #30DDDC;
 }
</style>