Shades of Bright Turquoise #0CFBE8
Tints of Bright Turquoise #0CFBE8
RGB
CMYK
RGB Variations
Color information
#0CFBE8 (or 0x0CFBE8) is known color: Bright Turquoise. HEX triplet: 0C, FB and E8. RGB value is (12,251,232). Sum of RGB (Red+Green+Blue) = 12+251+232=495 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.42% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFBE8 is #F30417. Grayscale: #B1B1B1. Windows color (decimal): -15926296 or 15268620. OLE color: 15268620.
HSL color Cylindrical-coordinate representation of color #0CFBE8: hue angle of 175.23º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFBE8 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 232 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.02 |
| HSL | 175.23º | 0.97% | 0.52% | - |
| HSV(B) | 175.23º | 0.95% | 0.98% | - |
| XYZ | 49.21 | 74.9 | 88.21 | - |
| YUV | 177.37 | 158.82 | 10.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 232 | 0.95 | 0 | 0.08 | 0.02 | 175.23 | 0.97 | 0.52 |
| Hex | C | FB | E8 | 5F | 0 | 8 | 2 | AF | 61 | 34 |
| Octal | 14 | 373 | 350 | 137 | 0 | 10 | 2 | 257 | 141 | 64 |
| Binary | 1100 | 11111011 | 11101000 | 1011111 | 0 | 1000 | 10 | 10101111 | 1100001 | 110100 |
Color Harmonies of #0CFBE8
Complementary color
Monochromatic Colors of #0CFBE8
Black with #0CFBE8
Text Example
Text Example
White with #0CFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBE8; }
p { color: rgb(12,251,232); }
H1.HeaderClassName
{
color: #0CFBE8;
}
.AnyTagClassName
{
color: #0CFBE8;
}
</style>
background-color css
<style>
a { background-color: #0CFBE8; }
a { background-color: rgb(12,251,232); }
div.DivClassName
{
background-color: #0CFBE8;
}
.BgClassName
{
background-color: #0CFBE8;
}
</style>
border-color css
<style>
span { border-color: #0CFBE8; }
span { border-color: rgb(12,251,232); }
td.TdClassName
{
border-color: #0CFBE8;
}
.TagClassName
{
border-color: #0CFBE8;
}
</style>