Shades of Bright Turquoise #0CE8EF
Tints of Bright Turquoise #0CE8EF
RGB
CMYK
RGB Variations
Color information
#0CE8EF (or 0x0CE8EF) is known color: Bright Turquoise. HEX triplet: 0C, E8 and EF. RGB value is (12,232,239). Sum of RGB (Red+Green+Blue) = 12+232+239=483 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.48% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CE8EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CE8EF is #F31710. Grayscale: #A6A6A6. Windows color (decimal): -15931153 or 15722508. OLE color: 15722508.
HSL color Cylindrical-coordinate representation of color #0CE8EF: hue angle of 181.85º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE8EF is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 232 | 239 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.06 |
| HSL | 181.85º | 0.9% | 0.49% | - |
| HSV(B) | 181.85º | 0.95% | 0.94% | - |
| XYZ | 44.59 | 64.02 | 91.67 | - |
| YUV | 167.02 | 168.61 | 17.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 232 | 239 | 0.95 | 0.03 | 0 | 0.06 | 181.85 | 0.9 | 0.49 |
| Hex | C | E8 | EF | 5F | 3 | 0 | 6 | B6 | 5A | 31 |
| Octal | 14 | 350 | 357 | 137 | 3 | 0 | 6 | 266 | 132 | 61 |
| Binary | 1100 | 11101000 | 11101111 | 1011111 | 11 | 0 | 110 | 10110110 | 1011010 | 110001 |
Color Harmonies of #0CE8EF
Complementary color
Monochromatic Colors of #0CE8EF
Black with #0CE8EF
Text Example
Text Example
White with #0CE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE8EF; }
p { color: rgb(12,232,239); }
H1.HeaderClassName
{
color: #0CE8EF;
}
.AnyTagClassName
{
color: #0CE8EF;
}
</style>
background-color css
<style>
a { background-color: #0CE8EF; }
a { background-color: rgb(12,232,239); }
div.DivClassName
{
background-color: #0CE8EF;
}
.BgClassName
{
background-color: #0CE8EF;
}
</style>
border-color css
<style>
span { border-color: #0CE8EF; }
span { border-color: rgb(12,232,239); }
td.TdClassName
{
border-color: #0CE8EF;
}
.TagClassName
{
border-color: #0CE8EF;
}
</style>