Shades of Bright Turquoise #1CE8CA
Tints of Bright Turquoise #1CE8CA
RGB
CMYK
RGB Variations
Color information
#1CE8CA (or 0x1CE8CA) is known color: Bright Turquoise. HEX triplet: 1C, E8 and CA. RGB value is (28,232,202). Sum of RGB (Red+Green+Blue) = 28+232+202=462 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.06% from 462); Green value is 232 (91.02% from 255 or 50.22% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 232 - color contains mainly: green. Hex color #1CE8CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE8CA is #E31735. Grayscale: #A7A7A7. Windows color (decimal): -14882614 or 13297692. OLE color: 13297692.
HSL color Cylindrical-coordinate representation of color #1CE8CA: hue angle of 171.18º 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 #1CE8CA is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 232 | 202 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.09 |
| HSL | 171.18º | 0.82% | 0.51% | - |
| HSV(B) | 171.18º | 0.88% | 0.91% | - |
| XYZ | 40 | 62.22 | 65.78 | - |
| YUV | 167.58 | 147.41 | 28.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 232 | 202 | 0.88 | 0 | 0.13 | 0.09 | 171.18 | 0.82 | 0.51 |
| Hex | 1C | E8 | CA | 58 | 0 | D | 9 | AB | 52 | 33 |
| Octal | 34 | 350 | 312 | 130 | 0 | 15 | 11 | 253 | 122 | 63 |
| Binary | 11100 | 11101000 | 11001010 | 1011000 | 0 | 1101 | 1001 | 10101011 | 1010010 | 110011 |
Color Harmonies of #1CE8CA
Complementary color
Monochromatic Colors of #1CE8CA
Black with #1CE8CA
Text Example
Text Example
White with #1CE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE8CA; }
p { color: rgb(28,232,202); }
H1.HeaderClassName
{
color: #1CE8CA;
}
.AnyTagClassName
{
color: #1CE8CA;
}
</style>
background-color css
<style>
a { background-color: #1CE8CA; }
a { background-color: rgb(28,232,202); }
div.DivClassName
{
background-color: #1CE8CA;
}
.BgClassName
{
background-color: #1CE8CA;
}
</style>
border-color css
<style>
span { border-color: #1CE8CA; }
span { border-color: rgb(28,232,202); }
td.TdClassName
{
border-color: #1CE8CA;
}
.TagClassName
{
border-color: #1CE8CA;
}
</style>