Shades of Bright Turquoise #0CEEC8
Tints of Bright Turquoise #0CEEC8
RGB
CMYK
RGB Variations
Color information
#0CEEC8 (or 0x0CEEC8) is known color: Bright Turquoise. HEX triplet: 0C, EE and C8. RGB value is (12,238,200). Sum of RGB (Red+Green+Blue) = 12+238+200=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 238 (93.36% from 255 or 52.89% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEEC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEEC8 is #F31137. Grayscale: #A6A6A6. Windows color (decimal): -15929656 or 13168140. OLE color: 13168140.
HSL color Cylindrical-coordinate representation of color #0CEEC8: hue angle of 169.91º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEEC8 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 238 | 200 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.07 |
| HSL | 169.91º | 0.9% | 0.49% | - |
| HSV(B) | 169.91º | 0.95% | 0.93% | - |
| XYZ | 41.15 | 65.4 | 65.1 | - |
| YUV | 166.09 | 147.13 | 18.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 200 | 0.95 | 0 | 0.16 | 0.07 | 169.91 | 0.9 | 0.49 |
| Hex | C | EE | C8 | 5F | 0 | 10 | 7 | AA | 5A | 31 |
| Octal | 14 | 356 | 310 | 137 | 0 | 20 | 7 | 252 | 132 | 61 |
| Binary | 1100 | 11101110 | 11001000 | 1011111 | 0 | 10000 | 111 | 10101010 | 1011010 | 110001 |
Color Harmonies of #0CEEC8
Complementary color
Monochromatic Colors of #0CEEC8
Black with #0CEEC8
Text Example
Text Example
White with #0CEEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEEC8; }
p { color: rgb(12,238,200); }
H1.HeaderClassName
{
color: #0CEEC8;
}
.AnyTagClassName
{
color: #0CEEC8;
}
</style>
background-color css
<style>
a { background-color: #0CEEC8; }
a { background-color: rgb(12,238,200); }
div.DivClassName
{
background-color: #0CEEC8;
}
.BgClassName
{
background-color: #0CEEC8;
}
</style>
border-color css
<style>
span { border-color: #0CEEC8; }
span { border-color: rgb(12,238,200); }
td.TdClassName
{
border-color: #0CEEC8;
}
.TagClassName
{
border-color: #0CEEC8;
}
</style>