Html Css Color HEX #1ECCDD Dark Turquoise

📋 copy color: '#1ECCDD'

red 30 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #1ECCDD

Tints of Dark Turquoise #1ECCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 6.59%
G = 44.84%
B = 48.57%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ECCDD (or 0x1ECCDD) is known color: Dark Turquoise. HEX triplet: 1E, CC and DD. RGB value is (30,204,221). Sum of RGB (Red+Green+Blue) = 30+204+221=455 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.59% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ECCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECCDD is #E13322. Grayscale: #999999. Windows color (decimal): -14758691 or 14535710. OLE color: 14535710.

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

Color convert

RGB 30 204 221 -
CMYK 0.86 0.08 0 0.13
HSL 185.34º 0.76% 0.49% -
HSV(B) 185.34º 0.86% 0.87% -
XYZ 35.18 48.68 75.95 -
YUV 153.91 165.85 39.62 -
System Red Green Blue C M Y K H S L
Decimal 30 204 221 0.86 0.08 0 0.13 185.34 0.76 0.49
Hex 1E CC DD 56 8 0 D B9 4C 31
Octal 36 314 335 126 10 0 15 271 114 61
Binary 11110 11001100 11011101 1010110 1000 0 1101 10111001 1001100 110001

Color Harmonies of #1ECCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECCDD

Black with #1ECCDD

Text Example


Text Example

White with #1ECCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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