Html Css Color HEX #1ECCD9 Dark Turquoise

📋 copy color: '#1ECCD9'

red 30 ◦ green 204 ◦ blue 217

#1ECCD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #1ECCD9

Tints of Dark Turquoise #1ECCD9

RGB

 RED value IS 30 (12.11% from 255) = 6.65%

 GREEN value IS 204 (80.08% from 255) = 45.23%

 BLUE value IS 217 (85.16% from 255) = 48.12%

R = 6.65%
G = 45.23%
B = 48.12%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1ECCD9 (or 0x1ECCD9) is known color: Dark Turquoise. HEX triplet: 1E, CC and D9. RGB value is (30,204,217). Sum of RGB (Red+Green+Blue) = 30+204+217=451 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.65% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 217 - color contains mainly: blue. Hex color #1ECCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECCD9 is #E13326. Grayscale: #999999. Windows color (decimal): -14758695 or 14273566. OLE color: 14273566.

HSL color Cylindrical-coordinate representation of color #1ECCD9: hue angle of 184.17º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECCD9 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 204 217 -
CMYK 0.86 0.06 0 0.15
HSL 184.17º 0.76% 0.48% -
HSV(B) 184.17º 0.86% 0.85% -
XYZ 34.65 48.47 73.18 -
YUV 153.46 163.85 39.94 -
System Red Green Blue C M Y K H S L
Decimal 30 204 217 0.86 0.06 0 0.15 184.17 0.76 0.48
Hex 1E CC D9 56 6 0 F B8 4C 30
Octal 36 314 331 126 6 0 17 270 114 60
Binary 11110 11001100 11011001 1010110 110 0 1111 10111000 1001100 110000

Color Harmonies of #1ECCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECCD9

Black with #1ECCD9

Text Example


Text Example

White with #1ECCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ECCD9; }

 p { color: rgb(30,204,217); }

 H1.HeaderClassName
 {
   color: #1ECCD9;
 }
 .AnyTagClassName
 {
   color: #1ECCD9;
 }
</style>

background-color css

<style>
 a { background-color: #1ECCD9; }

 a { background-color: rgb(30,204,217); }

 div.DivClassName
 {
   background-color: #1ECCD9;
 }
 .BgClassName
 {
   background-color: #1ECCD9;
 }
</style>

border-color css

<style>
 span { border-color: #1ECCD9; }

 span { border-color: rgb(30,204,217); }

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