Shades of Bright Turquoise #0CDECF
Tints of Bright Turquoise #0CDECF
RGB
CMYK
RGB Variations
Color information
#0CDECF (or 0x0CDECF) is known color: Bright Turquoise. HEX triplet: 0C, DE and CF. RGB value is (12,222,207). Sum of RGB (Red+Green+Blue) = 12+222+207=441 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.72% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #0CDECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDECF is #F32130. Grayscale: #9D9D9D. Windows color (decimal): -15933745 or 13622796. OLE color: 13622796.
HSL color Cylindrical-coordinate representation of color #0CDECF: hue angle of 175.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDECF is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 222 | 207 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.13 |
| HSL | 175.71º | 0.9% | 0.46% | - |
| HSV(B) | 175.71º | 0.95% | 0.87% | - |
| XYZ | 37.54 | 56.83 | 68.02 | - |
| YUV | 157.5 | 155.93 | 24.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 222 | 207 | 0.95 | 0 | 0.07 | 0.13 | 175.71 | 0.9 | 0.46 |
| Hex | C | DE | CF | 5F | 0 | 7 | D | B0 | 5A | 2E |
| Octal | 14 | 336 | 317 | 137 | 0 | 7 | 15 | 260 | 132 | 56 |
| Binary | 1100 | 11011110 | 11001111 | 1011111 | 0 | 111 | 1101 | 10110000 | 1011010 | 101110 |
Color Harmonies of #0CDECF
Complementary color
Monochromatic Colors of #0CDECF
Black with #0CDECF
Text Example
Text Example
White with #0CDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDECF; }
p { color: rgb(12,222,207); }
H1.HeaderClassName
{
color: #0CDECF;
}
.AnyTagClassName
{
color: #0CDECF;
}
</style>
background-color css
<style>
a { background-color: #0CDECF; }
a { background-color: rgb(12,222,207); }
div.DivClassName
{
background-color: #0CDECF;
}
.BgClassName
{
background-color: #0CDECF;
}
</style>
border-color css
<style>
span { border-color: #0CDECF; }
span { border-color: rgb(12,222,207); }
td.TdClassName
{
border-color: #0CDECF;
}
.TagClassName
{
border-color: #0CDECF;
}
</style>