Shades of Bright Turquoise #1CEEC6
Tints of Bright Turquoise #1CEEC6
RGB
CMYK
RGB Variations
Color information
#1CEEC6 (or 0x1CEEC6) is known color: Bright Turquoise. HEX triplet: 1C, EE and C6. RGB value is (28,238,198). Sum of RGB (Red+Green+Blue) = 28+238+198=464 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.03% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #1CEEC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEEC6 is #E31139. Grayscale: #AAAAAA. Windows color (decimal): -14881082 or 13037084. OLE color: 13037084.
HSL color Cylindrical-coordinate representation of color #1CEEC6: hue angle of 168.57º degrees, saturation: 0.86, 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 #1CEEC6 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 238 | 198 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.07 |
| HSL | 168.57º | 0.86% | 0.52% | - |
| HSV(B) | 168.57º | 0.88% | 0.93% | - |
| XYZ | 41.25 | 65.47 | 63.89 | - |
| YUV | 170.65 | 143.43 | 26.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 238 | 198 | 0.88 | 0 | 0.17 | 0.07 | 168.57 | 0.86 | 0.52 |
| Hex | 1C | EE | C6 | 58 | 0 | 11 | 7 | A9 | 56 | 34 |
| Octal | 34 | 356 | 306 | 130 | 0 | 21 | 7 | 251 | 126 | 64 |
| Binary | 11100 | 11101110 | 11000110 | 1011000 | 0 | 10001 | 111 | 10101001 | 1010110 | 110100 |
Color Harmonies of #1CEEC6
Complementary color
Monochromatic Colors of #1CEEC6
Black with #1CEEC6
Text Example
Text Example
White with #1CEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEEC6; }
p { color: rgb(28,238,198); }
H1.HeaderClassName
{
color: #1CEEC6;
}
.AnyTagClassName
{
color: #1CEEC6;
}
</style>
background-color css
<style>
a { background-color: #1CEEC6; }
a { background-color: rgb(28,238,198); }
div.DivClassName
{
background-color: #1CEEC6;
}
.BgClassName
{
background-color: #1CEEC6;
}
</style>
border-color css
<style>
span { border-color: #1CEEC6; }
span { border-color: rgb(28,238,198); }
td.TdClassName
{
border-color: #1CEEC6;
}
.TagClassName
{
border-color: #1CEEC6;
}
</style>