Html Css Color HEX #1ECADD Dark Turquoise

📋 copy color: '#1ECADD'

red 30 ◦ green 202 ◦ blue 221

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

Shades of Dark Turquoise #1ECADD

Tints of Dark Turquoise #1ECADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.59%

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

R = 6.62%
G = 44.59%
B = 48.79%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ECADD (or 0x1ECADD) is known color: Dark Turquoise. HEX triplet: 1E, CA and DD. RGB value is (30,202,221). Sum of RGB (Red+Green+Blue) = 30+202+221=453 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.62% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ECADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECADD is #E13522. Grayscale: #989898. Windows color (decimal): -14759203 or 14535198. OLE color: 14535198.

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

Color convert

RGB 30 202 221 -
CMYK 0.86 0.09 0 0.13
HSL 185.97º 0.76% 0.49% -
HSV(B) 185.97º 0.86% 0.87% -
XYZ 34.71 47.74 75.79 -
YUV 152.74 166.52 40.46 -
System Red Green Blue C M Y K H S L
Decimal 30 202 221 0.86 0.09 0 0.13 185.97 0.76 0.49
Hex 1E CA DD 56 9 0 D BA 4C 31
Octal 36 312 335 126 11 0 15 272 114 61
Binary 11110 11001010 11011101 1010110 1001 0 1101 10111010 1001100 110001

Color Harmonies of #1ECADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECADD

Black with #1ECADD

Text Example


Text Example

White with #1ECADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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