Shades of Bright Turquoise #0CDBDC
Tints of Bright Turquoise #0CDBDC
RGB
CMYK
RGB Variations
Color information
#0CDBDC (or 0x0CDBDC) is known color: Bright Turquoise. HEX triplet: 0C, DB and DC. RGB value is (12,219,220). Sum of RGB (Red+Green+Blue) = 12+219+220=451 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.66% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CDBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDBDC is #F32423. Grayscale: #9D9D9D. Windows color (decimal): -15934500 or 14473996. OLE color: 14473996.
HSL color Cylindrical-coordinate representation of color #0CDBDC: hue angle of 180.29º 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 #0CDBDC is Cyan = 0.95, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 220 | - |
| CMYK | 0.95 | 0.00 | 0 | 0.14 |
| HSL | 180.29º | 0.9% | 0.45% | - |
| HSV(B) | 180.29º | 0.95% | 0.86% | - |
| XYZ | 38.4 | 55.91 | 76.48 | - |
| YUV | 157.22 | 163.42 | 24.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 220 | 0.95 | 0.00 | 0 | 0.14 | 180.29 | 0.9 | 0.45 |
| Hex | C | DB | DC | 5F | 0 | 0 | E | B4 | 5A | 2D |
| Octal | 14 | 333 | 334 | 137 | 0 | 0 | 16 | 264 | 132 | 55 |
| Binary | 1100 | 11011011 | 11011100 | 1011111 | 0 | 0 | 1110 | 10110100 | 1011010 | 101101 |
Color Harmonies of #0CDBDC
Complementary color
Monochromatic Colors of #0CDBDC
Black with #0CDBDC
Text Example
Text Example
White with #0CDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDBDC; }
p { color: rgb(12,219,220); }
H1.HeaderClassName
{
color: #0CDBDC;
}
.AnyTagClassName
{
color: #0CDBDC;
}
</style>
background-color css
<style>
a { background-color: #0CDBDC; }
a { background-color: rgb(12,219,220); }
div.DivClassName
{
background-color: #0CDBDC;
}
.BgClassName
{
background-color: #0CDBDC;
}
</style>
border-color css
<style>
span { border-color: #0CDBDC; }
span { border-color: rgb(12,219,220); }
td.TdClassName
{
border-color: #0CDBDC;
}
.TagClassName
{
border-color: #0CDBDC;
}
</style>