#1dcce0

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

Shades of Dark Turquoise #1DCCE0

Tints of Dark Turquoise #1DCCE0

Color information

#1DCCE0 (or 0x1DCCE0) is unknown color: approx Dark Turquoise. HEX triplet: 1D, CC and E0. RGB value is (29,204,224). Sum of RGB (Red+Green+Blue) = 29+204+224=457 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.35% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #1DCCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCCE0 is #E2331F. Grayscale: #999999. Windows color (decimal): -14824224 or 14732317. OLE color: 14732317.

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

Color convert

RGB29204224-
CMYK0.870.0900.12
HSL186.15º77.08%49.61%-
HSV(B)186.15º87.05%87.84%-
XYZ35.5548.8378.07-
YUV153.95167.5238.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.35%
GREEN value IS 204 (80.08% from 255) = 44.64%
BLUE value IS 224 (87.89% from 255) = 49.02%
R=6.35%
G=44.64%
B=49.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal292042240.870.0900.12186.1577.0849.61
Hex1DCCE05790Cba4d32
Octal353143401271101427211562
Binary1110111001100111000001010111100101100101110101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1dcce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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