Shades of Bright Turquoise #0CDEEC
Tints of Bright Turquoise #0CDEEC
RGB
CMYK
RGB Variations
Color information
#0CDEEC (or 0x0CDEEC) is known color: Bright Turquoise. HEX triplet: 0C, DE and EC. RGB value is (12,222,236). Sum of RGB (Red+Green+Blue) = 12+222+236=470 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #0CDEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDEEC is #F32113. Grayscale: #A0A0A0. Windows color (decimal): -15933716 or 15523340. OLE color: 15523340.
HSL color Cylindrical-coordinate representation of color #0CDEEC: hue angle of 183.75º 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 #0CDEEC is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 222 | 236 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.07 |
| HSL | 183.75º | 0.9% | 0.49% | - |
| HSV(B) | 183.75º | 0.95% | 0.93% | - |
| XYZ | 41.41 | 58.38 | 88.44 | - |
| YUV | 160.81 | 170.43 | 21.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 222 | 236 | 0.95 | 0.06 | 0 | 0.07 | 183.75 | 0.9 | 0.49 |
| Hex | C | DE | EC | 5F | 6 | 0 | 7 | B8 | 5A | 31 |
| Octal | 14 | 336 | 354 | 137 | 6 | 0 | 7 | 270 | 132 | 61 |
| Binary | 1100 | 11011110 | 11101100 | 1011111 | 110 | 0 | 111 | 10111000 | 1011010 | 110001 |
Color Harmonies of #0CDEEC
Complementary color
Monochromatic Colors of #0CDEEC
Black with #0CDEEC
Text Example
Text Example
White with #0CDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDEEC; }
p { color: rgb(12,222,236); }
H1.HeaderClassName
{
color: #0CDEEC;
}
.AnyTagClassName
{
color: #0CDEEC;
}
</style>
background-color css
<style>
a { background-color: #0CDEEC; }
a { background-color: rgb(12,222,236); }
div.DivClassName
{
background-color: #0CDEEC;
}
.BgClassName
{
background-color: #0CDEEC;
}
</style>
border-color css
<style>
span { border-color: #0CDEEC; }
span { border-color: rgb(12,222,236); }
td.TdClassName
{
border-color: #0CDEEC;
}
.TagClassName
{
border-color: #0CDEEC;
}
</style>