Shades of Bright Turquoise #0CE9CB
Tints of Bright Turquoise #0CE9CB
RGB
CMYK
RGB Variations
Color information
#0CE9CB (or 0x0CE9CB) is known color: Bright Turquoise. HEX triplet: 0C, E9 and CB. RGB value is (12,233,203). Sum of RGB (Red+Green+Blue) = 12+233+203=448 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.68% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #0CE9CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CE9CB is #F31634. Grayscale: #A3A3A3. Windows color (decimal): -15930933 or 13363468. OLE color: 13363468.
HSL color Cylindrical-coordinate representation of color #0CE9CB: hue angle of 171.86º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE9CB is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 233 | 203 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.09 |
| HSL | 171.86º | 0.9% | 0.48% | - |
| HSV(B) | 171.86º | 0.95% | 0.91% | - |
| XYZ | 40.07 | 62.67 | 66.48 | - |
| YUV | 163.5 | 150.28 | 19.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 233 | 203 | 0.95 | 0 | 0.13 | 0.09 | 171.86 | 0.9 | 0.48 |
| Hex | C | E9 | CB | 5F | 0 | D | 9 | AC | 5A | 30 |
| Octal | 14 | 351 | 313 | 137 | 0 | 15 | 11 | 254 | 132 | 60 |
| Binary | 1100 | 11101001 | 11001011 | 1011111 | 0 | 1101 | 1001 | 10101100 | 1011010 | 110000 |
Color Harmonies of #0CE9CB
Complementary color
Monochromatic Colors of #0CE9CB
Black with #0CE9CB
Text Example
Text Example
White with #0CE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE9CB; }
p { color: rgb(12,233,203); }
H1.HeaderClassName
{
color: #0CE9CB;
}
.AnyTagClassName
{
color: #0CE9CB;
}
</style>
background-color css
<style>
a { background-color: #0CE9CB; }
a { background-color: rgb(12,233,203); }
div.DivClassName
{
background-color: #0CE9CB;
}
.BgClassName
{
background-color: #0CE9CB;
}
</style>
border-color css
<style>
span { border-color: #0CE9CB; }
span { border-color: rgb(12,233,203); }
td.TdClassName
{
border-color: #0CE9CB;
}
.TagClassName
{
border-color: #0CE9CB;
}
</style>