Html Css Color HEX #1ECEDE Dark Turquoise

📋 copy color: '#1ECEDE'

red 30 ◦ green 206 ◦ blue 222

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

Shades of Dark Turquoise #1ECEDE

Tints of Dark Turquoise #1ECEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.98%

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 6.55%
G = 44.98%
B = 48.47%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ECEDE (or 0x1ECEDE) is known color: Dark Turquoise. HEX triplet: 1E, CE and DE. RGB value is (30,206,222). Sum of RGB (Red+Green+Blue) = 30+206+222=458 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.55% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #1ECEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECEDE is #E13121. Grayscale: #9A9A9A. Windows color (decimal): -14758178 or 14601758. OLE color: 14601758.

HSL color Cylindrical-coordinate representation of color #1ECEDE: hue angle of 185º 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 #1ECEDE is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 206 222 -
CMYK 0.86 0.07 0 0.13
HSL 185º 0.76% 0.49% -
HSV(B) 185º 0.86% 0.87% -
XYZ 35.79 49.69 76.81 -
YUV 155.2 165.69 38.7 -
System Red Green Blue C M Y K H S L
Decimal 30 206 222 0.86 0.07 0 0.13 185 0.76 0.49
Hex 1E CE DE 56 7 0 D B9 4C 31
Octal 36 316 336 126 7 0 15 271 114 61
Binary 11110 11001110 11011110 1010110 111 0 1101 10111001 1001100 110001

Color Harmonies of #1ECEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECEDE

Black with #1ECEDE

Text Example


Text Example

White with #1ECEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,206,222); }

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

background-color css

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

 a { background-color: rgb(30,206,222); }

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

border-color css

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

 span { border-color: rgb(30,206,222); }

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