Shades of Bright Turquoise #0CEEDF
Tints of Bright Turquoise #0CEEDF
RGB
CMYK
RGB Variations
Color information
#0CEEDF (or 0x0CEEDF) is known color: Bright Turquoise. HEX triplet: 0C, EE and DF. RGB value is (12,238,223). Sum of RGB (Red+Green+Blue) = 12+238+223=473 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.54% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEEDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEEDF is #F31120. Grayscale: #A8A8A8. Windows color (decimal): -15929633 or 14675468. OLE color: 14675468.
HSL color Cylindrical-coordinate representation of color #0CEEDF: hue angle of 176.02º 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 #0CEEDF is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 238 | 223 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.07 |
| HSL | 176.02º | 0.9% | 0.49% | - |
| HSV(B) | 176.02º | 0.95% | 0.93% | - |
| XYZ | 44.05 | 66.55 | 80.34 | - |
| YUV | 168.72 | 158.63 | 16.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 223 | 0.95 | 0 | 0.06 | 0.07 | 176.02 | 0.9 | 0.49 |
| Hex | C | EE | DF | 5F | 0 | 6 | 7 | B0 | 5A | 31 |
| Octal | 14 | 356 | 337 | 137 | 0 | 6 | 7 | 260 | 132 | 61 |
| Binary | 1100 | 11101110 | 11011111 | 1011111 | 0 | 110 | 111 | 10110000 | 1011010 | 110001 |
Color Harmonies of #0CEEDF
Complementary color
Monochromatic Colors of #0CEEDF
Black with #0CEEDF
Text Example
Text Example
White with #0CEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEEDF; }
p { color: rgb(12,238,223); }
H1.HeaderClassName
{
color: #0CEEDF;
}
.AnyTagClassName
{
color: #0CEEDF;
}
</style>
background-color css
<style>
a { background-color: #0CEEDF; }
a { background-color: rgb(12,238,223); }
div.DivClassName
{
background-color: #0CEEDF;
}
.BgClassName
{
background-color: #0CEEDF;
}
</style>
border-color css
<style>
span { border-color: #0CEEDF; }
span { border-color: rgb(12,238,223); }
td.TdClassName
{
border-color: #0CEEDF;
}
.TagClassName
{
border-color: #0CEEDF;
}
</style>