Shades of Bright Turquoise #0CDDEC
Tints of Bright Turquoise #0CDDEC
RGB
CMYK
RGB Variations
Color information
#0CDDEC (or 0x0CDDEC) is known color: Bright Turquoise. HEX triplet: 0C, DD and EC. RGB value is (12,221,236). Sum of RGB (Red+Green+Blue) = 12+221+236=469 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #0CDDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDDEC is #F32213. Grayscale: #9F9F9F. Windows color (decimal): -15933972 or 15523084. OLE color: 15523084.
HSL color Cylindrical-coordinate representation of color #0CDDEC: hue angle of 184.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 #0CDDEC is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 221 | 236 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.07 |
| HSL | 184.02º | 0.9% | 0.49% | - |
| HSV(B) | 184.02º | 0.95% | 0.93% | - |
| XYZ | 41.15 | 57.85 | 88.35 | - |
| YUV | 160.22 | 170.76 | 22.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 236 | 0.95 | 0.06 | 0 | 0.07 | 184.02 | 0.9 | 0.49 |
| Hex | C | DD | EC | 5F | 6 | 0 | 7 | B8 | 5A | 31 |
| Octal | 14 | 335 | 354 | 137 | 6 | 0 | 7 | 270 | 132 | 61 |
| Binary | 1100 | 11011101 | 11101100 | 1011111 | 110 | 0 | 111 | 10111000 | 1011010 | 110001 |
Color Harmonies of #0CDDEC
Complementary color
Monochromatic Colors of #0CDDEC
Black with #0CDDEC
Text Example
Text Example
White with #0CDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDEC; }
p { color: rgb(12,221,236); }
H1.HeaderClassName
{
color: #0CDDEC;
}
.AnyTagClassName
{
color: #0CDDEC;
}
</style>
background-color css
<style>
a { background-color: #0CDDEC; }
a { background-color: rgb(12,221,236); }
div.DivClassName
{
background-color: #0CDDEC;
}
.BgClassName
{
background-color: #0CDDEC;
}
</style>
border-color css
<style>
span { border-color: #0CDDEC; }
span { border-color: rgb(12,221,236); }
td.TdClassName
{
border-color: #0CDDEC;
}
.TagClassName
{
border-color: #0CDDEC;
}
</style>