Shades of Bright Turquoise #0CEEEA
Tints of Bright Turquoise #0CEEEA
RGB
CMYK
RGB Variations
Color information
#0CEEEA (or 0x0CEEEA) is known color: Bright Turquoise. HEX triplet: 0C, EE and EA. RGB value is (12,238,234). Sum of RGB (Red+Green+Blue) = 12+238+234=484 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.48% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEEEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CEEEA is #F31115. Grayscale: #A9A9A9. Windows color (decimal): -15929622 or 15396364. OLE color: 15396364.
HSL color Cylindrical-coordinate representation of color #0CEEEA: hue angle of 178.94º 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 #0CEEEA is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 238 | 234 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.07 |
| HSL | 178.94º | 0.9% | 0.49% | - |
| HSV(B) | 178.94º | 0.95% | 0.93% | - |
| XYZ | 45.58 | 67.17 | 88.4 | - |
| YUV | 169.97 | 164.13 | 15.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 234 | 0.95 | 0 | 0.02 | 0.07 | 178.94 | 0.9 | 0.49 |
| Hex | C | EE | EA | 5F | 0 | 2 | 7 | B3 | 5A | 31 |
| Octal | 14 | 356 | 352 | 137 | 0 | 2 | 7 | 263 | 132 | 61 |
| Binary | 1100 | 11101110 | 11101010 | 1011111 | 0 | 10 | 111 | 10110011 | 1011010 | 110001 |
Color Harmonies of #0CEEEA
Complementary color
Monochromatic Colors of #0CEEEA
Black with #0CEEEA
Text Example
Text Example
White with #0CEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEEEA; }
p { color: rgb(12,238,234); }
H1.HeaderClassName
{
color: #0CEEEA;
}
.AnyTagClassName
{
color: #0CEEEA;
}
</style>
background-color css
<style>
a { background-color: #0CEEEA; }
a { background-color: rgb(12,238,234); }
div.DivClassName
{
background-color: #0CEEEA;
}
.BgClassName
{
background-color: #0CEEEA;
}
</style>
border-color css
<style>
span { border-color: #0CEEEA; }
span { border-color: rgb(12,238,234); }
td.TdClassName
{
border-color: #0CEEEA;
}
.TagClassName
{
border-color: #0CEEEA;
}
</style>