Shades of Bright Turquoise #1CE9CE
Tints of Bright Turquoise #1CE9CE
RGB
CMYK
RGB Variations
Color information
#1CE9CE (or 0x1CE9CE) is known color: Bright Turquoise. HEX triplet: 1C, E9 and CE. RGB value is (28,233,206). Sum of RGB (Red+Green+Blue) = 28+233+206=467 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.00% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE9CE is #E31631. Grayscale: #A8A8A8. Windows color (decimal): -14882354 or 13560092. OLE color: 13560092.
HSL color Cylindrical-coordinate representation of color #1CE9CE: hue angle of 172.1º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE9CE is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 233 | 206 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.09 |
| HSL | 172.1º | 0.82% | 0.51% | - |
| HSV(B) | 172.1º | 0.88% | 0.91% | - |
| XYZ | 40.76 | 62.98 | 68.4 | - |
| YUV | 168.63 | 149.08 | 27.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 233 | 206 | 0.88 | 0 | 0.12 | 0.09 | 172.1 | 0.82 | 0.51 |
| Hex | 1C | E9 | CE | 58 | 0 | C | 9 | AC | 52 | 33 |
| Octal | 34 | 351 | 316 | 130 | 0 | 14 | 11 | 254 | 122 | 63 |
| Binary | 11100 | 11101001 | 11001110 | 1011000 | 0 | 1100 | 1001 | 10101100 | 1010010 | 110011 |
Color Harmonies of #1CE9CE
Complementary color
Monochromatic Colors of #1CE9CE
Black with #1CE9CE
Text Example
Text Example
White with #1CE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE9CE; }
p { color: rgb(28,233,206); }
H1.HeaderClassName
{
color: #1CE9CE;
}
.AnyTagClassName
{
color: #1CE9CE;
}
</style>
background-color css
<style>
a { background-color: #1CE9CE; }
a { background-color: rgb(28,233,206); }
div.DivClassName
{
background-color: #1CE9CE;
}
.BgClassName
{
background-color: #1CE9CE;
}
</style>
border-color css
<style>
span { border-color: #1CE9CE; }
span { border-color: rgb(28,233,206); }
td.TdClassName
{
border-color: #1CE9CE;
}
.TagClassName
{
border-color: #1CE9CE;
}
</style>