Shades of Bright Turquoise #0CDEEF
Tints of Bright Turquoise #0CDEEF
RGB
CMYK
RGB Variations
Color information
#0CDEEF (or 0x0CDEEF) is known color: Bright Turquoise. HEX triplet: 0C, DE and EF. RGB value is (12,222,239). Sum of RGB (Red+Green+Blue) = 12+222+239=473 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.54% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CDEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDEEF is #F32110. Grayscale: #A0A0A0. Windows color (decimal): -15933713 or 15719948. OLE color: 15719948.
HSL color Cylindrical-coordinate representation of color #0CDEEF: hue angle of 184.49º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDEEF is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 222 | 239 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.06 |
| HSL | 184.49º | 0.9% | 0.49% | - |
| HSV(B) | 184.49º | 0.95% | 0.94% | - |
| XYZ | 41.85 | 58.55 | 90.76 | - |
| YUV | 161.15 | 171.93 | 21.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 222 | 239 | 0.95 | 0.07 | 0 | 0.06 | 184.49 | 0.9 | 0.49 |
| Hex | C | DE | EF | 5F | 7 | 0 | 6 | B8 | 5A | 31 |
| Octal | 14 | 336 | 357 | 137 | 7 | 0 | 6 | 270 | 132 | 61 |
| Binary | 1100 | 11011110 | 11101111 | 1011111 | 111 | 0 | 110 | 10111000 | 1011010 | 110001 |
Color Harmonies of #0CDEEF
Complementary color
Monochromatic Colors of #0CDEEF
Black with #0CDEEF
Text Example
Text Example
White with #0CDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDEEF; }
p { color: rgb(12,222,239); }
H1.HeaderClassName
{
color: #0CDEEF;
}
.AnyTagClassName
{
color: #0CDEEF;
}
</style>
background-color css
<style>
a { background-color: #0CDEEF; }
a { background-color: rgb(12,222,239); }
div.DivClassName
{
background-color: #0CDEEF;
}
.BgClassName
{
background-color: #0CDEEF;
}
</style>
border-color css
<style>
span { border-color: #0CDEEF; }
span { border-color: rgb(12,222,239); }
td.TdClassName
{
border-color: #0CDEEF;
}
.TagClassName
{
border-color: #0CDEEF;
}
</style>