Shades of Bright Turquoise #0CDBD3
Tints of Bright Turquoise #0CDBD3
RGB
CMYK
RGB Variations
Color information
#0CDBD3 (or 0x0CDBD3) is known color: Bright Turquoise. HEX triplet: 0C, DB and D3. RGB value is (12,219,211). Sum of RGB (Red+Green+Blue) = 12+219+211=442 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDBD3 is #F3242C. Grayscale: #9C9C9C. Windows color (decimal): -15934509 or 13884172. OLE color: 13884172.
HSL color Cylindrical-coordinate representation of color #0CDBD3: hue angle of 177.68º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDBD3 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 211 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.14 |
| HSL | 177.68º | 0.9% | 0.45% | - |
| HSV(B) | 177.68º | 0.95% | 0.86% | - |
| XYZ | 37.24 | 55.44 | 70.37 | - |
| YUV | 156.2 | 158.92 | 25.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 211 | 0.95 | 0 | 0.04 | 0.14 | 177.68 | 0.9 | 0.45 |
| Hex | C | DB | D3 | 5F | 0 | 4 | E | B2 | 5A | 2D |
| Octal | 14 | 333 | 323 | 137 | 0 | 4 | 16 | 262 | 132 | 55 |
| Binary | 1100 | 11011011 | 11010011 | 1011111 | 0 | 100 | 1110 | 10110010 | 1011010 | 101101 |
Color Harmonies of #0CDBD3
Complementary color
Monochromatic Colors of #0CDBD3
Black with #0CDBD3
Text Example
Text Example
White with #0CDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDBD3; }
p { color: rgb(12,219,211); }
H1.HeaderClassName
{
color: #0CDBD3;
}
.AnyTagClassName
{
color: #0CDBD3;
}
</style>
background-color css
<style>
a { background-color: #0CDBD3; }
a { background-color: rgb(12,219,211); }
div.DivClassName
{
background-color: #0CDBD3;
}
.BgClassName
{
background-color: #0CDBD3;
}
</style>
border-color css
<style>
span { border-color: #0CDBD3; }
span { border-color: rgb(12,219,211); }
td.TdClassName
{
border-color: #0CDBD3;
}
.TagClassName
{
border-color: #0CDBD3;
}
</style>