Shades of Dark Turquoise #1CCCE0
Tints of Dark Turquoise #1CCCE0
RGB
CMYK
RGB Variations
Color information
#1CCCE0 (or 0x1CCCE0) is known color: Dark Turquoise. HEX triplet: 1C, CC and E0. RGB value is (28,204,224). Sum of RGB (Red+Green+Blue) = 28+204+224=456 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.14% from 456); Green value is 204 (80.08% from 255 or 44.74% 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 #1CCCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCE0 is #E3331F. Grayscale: #999999. Windows color (decimal): -14889760 or 14732316. OLE color: 14732316.
HSL color Cylindrical-coordinate representation of color #1CCCE0: hue angle of 186.12º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCCE0 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 204 | 224 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.12 |
| HSL | 186.12º | 0.78% | 0.49% | - |
| HSV(B) | 186.12º | 0.88% | 0.88% | - |
| XYZ | 35.53 | 48.81 | 78.07 | - |
| YUV | 153.66 | 167.69 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 224 | 0.88 | 0.09 | 0 | 0.12 | 186.12 | 0.78 | 0.49 |
| Hex | 1C | CC | E0 | 58 | 9 | 0 | C | BA | 4E | 31 |
| Octal | 34 | 314 | 340 | 130 | 11 | 0 | 14 | 272 | 116 | 61 |
| Binary | 11100 | 11001100 | 11100000 | 1011000 | 1001 | 0 | 1100 | 10111010 | 1001110 | 110001 |
Color Harmonies of #1CCCE0
Complementary color
Monochromatic Colors of #1CCCE0
Black with #1CCCE0
Text Example
Text Example
White with #1CCCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCCE0; }
p { color: rgb(28,204,224); }
H1.HeaderClassName
{
color: #1CCCE0;
}
.AnyTagClassName
{
color: #1CCCE0;
}
</style>
background-color css
<style>
a { background-color: #1CCCE0; }
a { background-color: rgb(28,204,224); }
div.DivClassName
{
background-color: #1CCCE0;
}
.BgClassName
{
background-color: #1CCCE0;
}
</style>
border-color css
<style>
span { border-color: #1CCCE0; }
span { border-color: rgb(28,204,224); }
td.TdClassName
{
border-color: #1CCCE0;
}
.TagClassName
{
border-color: #1CCCE0;
}
</style>