Html Css Color HEX #1ECCDC Dark Turquoise

📋 copy color: '#1ECCDC'

red 30 ◦ green 204 ◦ blue 220

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

Shades of Dark Turquoise #1ECCDC

Tints of Dark Turquoise #1ECCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 6.61%
G = 44.93%
B = 48.46%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1ECCDC (or 0x1ECCDC) is known color: Dark Turquoise. HEX triplet: 1E, CC and DC. RGB value is (30,204,220). Sum of RGB (Red+Green+Blue) = 30+204+220=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ECCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECCDC is #E13323. Grayscale: #999999. Windows color (decimal): -14758692 or 14470174. OLE color: 14470174.

HSL color Cylindrical-coordinate representation of color #1ECCDC: hue angle of 185.05º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECCDC is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 204 220 -
CMYK 0.86 0.07 0 0.14
HSL 185.05º 0.76% 0.49% -
HSV(B) 185.05º 0.86% 0.86% -
XYZ 35.05 48.63 75.25 -
YUV 153.8 165.35 39.7 -
System Red Green Blue C M Y K H S L
Decimal 30 204 220 0.86 0.07 0 0.14 185.05 0.76 0.49
Hex 1E CC DC 56 7 0 E B9 4C 31
Octal 36 314 334 126 7 0 16 271 114 61
Binary 11110 11001100 11011100 1010110 111 0 1110 10111001 1001100 110001

Color Harmonies of #1ECCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECCDC

Black with #1ECCDC

Text Example


Text Example

White with #1ECCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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