#1DCAE0

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

Shades of Dark Turquoise #1DCAE0

Tints of Dark Turquoise #1DCAE0

Color information

#1DCAE0 (or 0x1DCAE0) is unknown color: approx Dark Turquoise. HEX triplet: 1D, CA and E0. RGB value is (29,202,224). Sum of RGB (Red+Green+Blue) = 29+202+224=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #1DCAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCAE0 is #E2351F. Grayscale: #989898. Windows color (decimal): -14824736 or 14731805. OLE color: 14731805.

HSL color Cylindrical-coordinate representation of color #1DCAE0: hue angle of 186.77º degrees, saturation: 0.77, 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 #1DCAE0 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB29202224-
CMYK0.870.1000.12
HSL186.77º77.08%49.61%-
HSV(B)186.77º87.05%87.84%-
XYZ35.0847.8877.91-
YUV152.78168.1939.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.37%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 224 (87.89% from 255) = 49.23%
R=6.37%
G=44.40%
B=49.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal292022240.870.1000.12186.7777.0849.61
Hex1DCAE057A0Cbb4d32
Octal353123401271201427311562
Binary1110111001010111000001010111101001100101110111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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