Shades of Dark Turquoise #1CCFE0
Tints of Dark Turquoise #1CCFE0
RGB
CMYK
RGB Variations
Color information
#1CCFE0 (or 0x1CCFE0) is known color: Dark Turquoise. HEX triplet: 1C, CF and E0. RGB value is (28,207,224). Sum of RGB (Red+Green+Blue) = 28+207+224=459 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.10% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #1CCFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCFE0 is #E3301F. Grayscale: #9B9B9B. Windows color (decimal): -14888992 or 14733084. OLE color: 14733084.
HSL color Cylindrical-coordinate representation of color #1CCFE0: hue angle of 185.2º 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 #1CCFE0 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 207 | 224 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.12 |
| HSL | 185.2º | 0.78% | 0.49% | - |
| HSV(B) | 185.2º | 0.88% | 0.88% | - |
| XYZ | 36.25 | 50.25 | 78.31 | - |
| YUV | 155.42 | 166.7 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 224 | 0.88 | 0.08 | 0 | 0.12 | 185.2 | 0.78 | 0.49 |
| Hex | 1C | CF | E0 | 58 | 8 | 0 | C | B9 | 4E | 31 |
| Octal | 34 | 317 | 340 | 130 | 10 | 0 | 14 | 271 | 116 | 61 |
| Binary | 11100 | 11001111 | 11100000 | 1011000 | 1000 | 0 | 1100 | 10111001 | 1001110 | 110001 |
Color Harmonies of #1CCFE0
Complementary color
Monochromatic Colors of #1CCFE0
Black with #1CCFE0
Text Example
Text Example
White with #1CCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCFE0; }
p { color: rgb(28,207,224); }
H1.HeaderClassName
{
color: #1CCFE0;
}
.AnyTagClassName
{
color: #1CCFE0;
}
</style>
background-color css
<style>
a { background-color: #1CCFE0; }
a { background-color: rgb(28,207,224); }
div.DivClassName
{
background-color: #1CCFE0;
}
.BgClassName
{
background-color: #1CCFE0;
}
</style>
border-color css
<style>
span { border-color: #1CCFE0; }
span { border-color: rgb(28,207,224); }
td.TdClassName
{
border-color: #1CCFE0;
}
.TagClassName
{
border-color: #1CCFE0;
}
</style>