Shades of Bright Turquoise #1CECCC
Tints of Bright Turquoise #1CECCC
RGB
CMYK
RGB Variations
Color information
#1CECCC (or 0x1CECCC) is known color: Bright Turquoise. HEX triplet: 1C, EC and CC. RGB value is (28,236,204). Sum of RGB (Red+Green+Blue) = 28+236+204=468 (61% of max value = 765). Red value is 28 (11.33% from 255 or 5.98% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #1CECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CECCC is #E31333. Grayscale: #AAAAAA. Windows color (decimal): -14881588 or 13429788. OLE color: 13429788.
HSL color Cylindrical-coordinate representation of color #1CECCC: hue angle of 170.77º 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 #1CECCC is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 236 | 204 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.07 |
| HSL | 170.77º | 0.85% | 0.52% | - |
| HSV(B) | 170.77º | 0.88% | 0.93% | - |
| XYZ | 41.37 | 64.6 | 67.41 | - |
| YUV | 170.16 | 147.09 | 26.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 236 | 204 | 0.88 | 0 | 0.14 | 0.07 | 170.77 | 0.85 | 0.52 |
| Hex | 1C | EC | CC | 58 | 0 | E | 7 | AB | 55 | 34 |
| Octal | 34 | 354 | 314 | 130 | 0 | 16 | 7 | 253 | 125 | 64 |
| Binary | 11100 | 11101100 | 11001100 | 1011000 | 0 | 1110 | 111 | 10101011 | 1010101 | 110100 |
Color Harmonies of #1CECCC
Complementary color
Monochromatic Colors of #1CECCC
Black with #1CECCC
Text Example
Text Example
White with #1CECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CECCC; }
p { color: rgb(28,236,204); }
H1.HeaderClassName
{
color: #1CECCC;
}
.AnyTagClassName
{
color: #1CECCC;
}
</style>
background-color css
<style>
a { background-color: #1CECCC; }
a { background-color: rgb(28,236,204); }
div.DivClassName
{
background-color: #1CECCC;
}
.BgClassName
{
background-color: #1CECCC;
}
</style>
border-color css
<style>
span { border-color: #1CECCC; }
span { border-color: rgb(28,236,204); }
td.TdClassName
{
border-color: #1CECCC;
}
.TagClassName
{
border-color: #1CECCC;
}
</style>