Shades of Bright Turquoise #0CEEDC
Tints of Bright Turquoise #0CEEDC
RGB
CMYK
RGB Variations
Color information
#0CEEDC (or 0x0CEEDC) is known color: Bright Turquoise. HEX triplet: 0C, EE and DC. RGB value is (12,238,220). Sum of RGB (Red+Green+Blue) = 12+238+220=470 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEEDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEEDC is #F31123. Grayscale: #A8A8A8. Windows color (decimal): -15929636 or 14478860. OLE color: 14478860.
HSL color Cylindrical-coordinate representation of color #0CEEDC: hue angle of 175.22º 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 #0CEEDC is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 238 | 220 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.07 |
| HSL | 175.22º | 0.9% | 0.49% | - |
| HSV(B) | 175.22º | 0.95% | 0.93% | - |
| XYZ | 43.64 | 66.39 | 78.23 | - |
| YUV | 168.37 | 157.13 | 16.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 220 | 0.95 | 0 | 0.08 | 0.07 | 175.22 | 0.9 | 0.49 |
| Hex | C | EE | DC | 5F | 0 | 8 | 7 | AF | 5A | 31 |
| Octal | 14 | 356 | 334 | 137 | 0 | 10 | 7 | 257 | 132 | 61 |
| Binary | 1100 | 11101110 | 11011100 | 1011111 | 0 | 1000 | 111 | 10101111 | 1011010 | 110001 |
Color Harmonies of #0CEEDC
Complementary color
Monochromatic Colors of #0CEEDC
Black with #0CEEDC
Text Example
Text Example
White with #0CEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEEDC; }
p { color: rgb(12,238,220); }
H1.HeaderClassName
{
color: #0CEEDC;
}
.AnyTagClassName
{
color: #0CEEDC;
}
</style>
background-color css
<style>
a { background-color: #0CEEDC; }
a { background-color: rgb(12,238,220); }
div.DivClassName
{
background-color: #0CEEDC;
}
.BgClassName
{
background-color: #0CEEDC;
}
</style>
border-color css
<style>
span { border-color: #0CEEDC; }
span { border-color: rgb(12,238,220); }
td.TdClassName
{
border-color: #0CEEDC;
}
.TagClassName
{
border-color: #0CEEDC;
}
</style>