Shades of Dark Turquoise #1CCEE0
Tints of Dark Turquoise #1CCEE0
RGB
CMYK
RGB Variations
Color information
#1CCEE0 (or 0x1CCEE0) is known color: Dark Turquoise. HEX triplet: 1C, CE and E0. RGB value is (28,206,224). Sum of RGB (Red+Green+Blue) = 28+206+224=458 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.11% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #1CCEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCEE0 is #E3311F. Grayscale: #9A9A9A. Windows color (decimal): -14889248 or 14732828. OLE color: 14732828.
HSL color Cylindrical-coordinate representation of color #1CCEE0: hue angle of 185.51º 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 #1CCEE0 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 206 | 224 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.12 |
| HSL | 185.51º | 0.78% | 0.49% | - |
| HSV(B) | 185.51º | 0.88% | 0.88% | - |
| XYZ | 36 | 49.77 | 78.23 | - |
| YUV | 154.83 | 167.03 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 224 | 0.88 | 0.08 | 0 | 0.12 | 185.51 | 0.78 | 0.49 |
| Hex | 1C | CE | E0 | 58 | 8 | 0 | C | BA | 4E | 31 |
| Octal | 34 | 316 | 340 | 130 | 10 | 0 | 14 | 272 | 116 | 61 |
| Binary | 11100 | 11001110 | 11100000 | 1011000 | 1000 | 0 | 1100 | 10111010 | 1001110 | 110001 |
Color Harmonies of #1CCEE0
Complementary color
Monochromatic Colors of #1CCEE0
Black with #1CCEE0
Text Example
Text Example
White with #1CCEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCEE0; }
p { color: rgb(28,206,224); }
H1.HeaderClassName
{
color: #1CCEE0;
}
.AnyTagClassName
{
color: #1CCEE0;
}
</style>
background-color css
<style>
a { background-color: #1CCEE0; }
a { background-color: rgb(28,206,224); }
div.DivClassName
{
background-color: #1CCEE0;
}
.BgClassName
{
background-color: #1CCEE0;
}
</style>
border-color css
<style>
span { border-color: #1CCEE0; }
span { border-color: rgb(28,206,224); }
td.TdClassName
{
border-color: #1CCEE0;
}
.TagClassName
{
border-color: #1CCEE0;
}
</style>