Shades of Bright Turquoise #0CEEEC
Tints of Bright Turquoise #0CEEEC
RGB
CMYK
RGB Variations
Color information
#0CEEEC (or 0x0CEEEC) is known color: Bright Turquoise. HEX triplet: 0C, EE and EC. RGB value is (12,238,236). Sum of RGB (Red+Green+Blue) = 12+238+236=486 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.47% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEEEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CEEEC is #F31113. Grayscale: #A9A9A9. Windows color (decimal): -15929620 or 15527436. OLE color: 15527436.
HSL color Cylindrical-coordinate representation of color #0CEEEC: hue angle of 179.47º 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 #0CEEEC is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 238 | 236 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.07 |
| HSL | 179.47º | 0.9% | 0.49% | - |
| HSV(B) | 179.47º | 0.95% | 0.93% | - |
| XYZ | 45.87 | 67.28 | 89.93 | - |
| YUV | 170.2 | 165.13 | 15.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 236 | 0.95 | 0 | 0.01 | 0.07 | 179.47 | 0.9 | 0.49 |
| Hex | C | EE | EC | 5F | 0 | 1 | 7 | B3 | 5A | 31 |
| Octal | 14 | 356 | 354 | 137 | 0 | 1 | 7 | 263 | 132 | 61 |
| Binary | 1100 | 11101110 | 11101100 | 1011111 | 0 | 1 | 111 | 10110011 | 1011010 | 110001 |
Color Harmonies of #0CEEEC
Complementary color
Monochromatic Colors of #0CEEEC
Black with #0CEEEC
Text Example
Text Example
White with #0CEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEEEC; }
p { color: rgb(12,238,236); }
H1.HeaderClassName
{
color: #0CEEEC;
}
.AnyTagClassName
{
color: #0CEEEC;
}
</style>
background-color css
<style>
a { background-color: #0CEEEC; }
a { background-color: rgb(12,238,236); }
div.DivClassName
{
background-color: #0CEEEC;
}
.BgClassName
{
background-color: #0CEEEC;
}
</style>
border-color css
<style>
span { border-color: #0CEEEC; }
span { border-color: rgb(12,238,236); }
td.TdClassName
{
border-color: #0CEEEC;
}
.TagClassName
{
border-color: #0CEEEC;
}
</style>