#1ECADE

Color #1ECADE Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #1ECADE

Tints of Dark Turquoise #1ECADE

Color information

#1ECADE (or 0x1ECADE) is unknown color: approx Dark Turquoise. HEX triplet: 1E, CA and DE. RGB value is (30,202,222). Sum of RGB (Red+Green+Blue) = 30+202+222=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #1ECADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECADE is #E13521. Grayscale: #989898. Windows color (decimal): -14759202 or 14600734. OLE color: 14600734.

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

Color convert

RGB30202222-
CMYK0.860.0900.13
HSL186.25º76.19%49.41%-
HSV(B)186.25º86.49%87.06%-
XYZ34.8447.7976.5-
YUV152.85167.0240.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.61%
GREEN value IS 202 (79.30% from 255) = 44.49%
BLUE value IS 222 (87.11% from 255) = 48.90%
R=6.61%
G=44.49%
B=48.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal302022220.860.0900.13186.2576.1949.41
Hex1ECADE5690Dba4c31
Octal363123361261101527211461
Binary1111011001010110111101010110100101101101110101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ECADE;
 }
 .AnyTagClassName
 {
   color: #1ECADE;
 }
</style>
background-color css

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

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

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

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

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

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