Html Css Color HEX #1ECAE0 Dark Turquoise

📋 copy color: '#1ECAE0'

red 30 ◦ green 202 ◦ blue 224

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

Shades of Dark Turquoise #1ECAE0

Tints of Dark Turquoise #1ECAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.12%

R = 6.58%
G = 44.3%
B = 49.12%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1ECAE0 (or 0x1ECAE0) is known color: Dark Turquoise. HEX triplet: 1E, CA and E0. RGB value is (30,202,224). Sum of RGB (Red+Green+Blue) = 30+202+224=456 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.58% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #1ECAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECAE0 is #E1351F. Grayscale: #989898. Windows color (decimal): -14759200 or 14731806. OLE color: 14731806.

HSL color Cylindrical-coordinate representation of color #1ECAE0: hue angle of 186.8º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ECAE0 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 30 202 224 -
CMYK 0.87 0.10 0 0.12
HSL 186.8º 0.76% 0.5% -
HSV(B) 186.8º 0.87% 0.88% -
XYZ 35.11 47.9 77.92 -
YUV 153.08 168.02 40.21 -
System Red Green Blue C M Y K H S L
Decimal 30 202 224 0.87 0.10 0 0.12 186.8 0.76 0.5
Hex 1E CA E0 57 A 0 C BB 4C 32
Octal 36 312 340 127 12 0 14 273 114 62
Binary 11110 11001010 11100000 1010111 1010 0 1100 10111011 1001100 110010

Color Harmonies of #1ECAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECAE0

Black with #1ECAE0

Text Example


Text Example

White with #1ECAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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