Shades of Bright Turquoise #1CECC8
Tints of Bright Turquoise #1CECC8
RGB
CMYK
RGB Variations
Color information
#1CECC8 (or 0x1CECC8) is known color: Bright Turquoise. HEX triplet: 1C, EC and C8. RGB value is (28,236,200). Sum of RGB (Red+Green+Blue) = 28+236+200=464 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.03% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #1CECC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CECC8 is #E31337. Grayscale: #A9A9A9. Windows color (decimal): -14881592 or 13167644. OLE color: 13167644.
HSL color Cylindrical-coordinate representation of color #1CECC8: hue angle of 169.62º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CECC8 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 236 | 200 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.07 |
| HSL | 169.62º | 0.85% | 0.52% | - |
| HSV(B) | 169.62º | 0.88% | 0.93% | - |
| XYZ | 40.9 | 64.41 | 64.92 | - |
| YUV | 169.7 | 145.09 | 26.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 236 | 200 | 0.88 | 0 | 0.15 | 0.07 | 169.62 | 0.85 | 0.52 |
| Hex | 1C | EC | C8 | 58 | 0 | F | 7 | AA | 55 | 34 |
| Octal | 34 | 354 | 310 | 130 | 0 | 17 | 7 | 252 | 125 | 64 |
| Binary | 11100 | 11101100 | 11001000 | 1011000 | 0 | 1111 | 111 | 10101010 | 1010101 | 110100 |
Color Harmonies of #1CECC8
Complementary color
Monochromatic Colors of #1CECC8
Black with #1CECC8
Text Example
Text Example
White with #1CECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CECC8; }
p { color: rgb(28,236,200); }
H1.HeaderClassName
{
color: #1CECC8;
}
.AnyTagClassName
{
color: #1CECC8;
}
</style>
background-color css
<style>
a { background-color: #1CECC8; }
a { background-color: rgb(28,236,200); }
div.DivClassName
{
background-color: #1CECC8;
}
.BgClassName
{
background-color: #1CECC8;
}
</style>
border-color css
<style>
span { border-color: #1CECC8; }
span { border-color: rgb(28,236,200); }
td.TdClassName
{
border-color: #1CECC8;
}
.TagClassName
{
border-color: #1CECC8;
}
</style>