Shades of Dark Turquoise #0CCEDB
Tints of Dark Turquoise #0CCEDB
RGB
CMYK
RGB Variations
Color information
#0CCEDB (or 0x0CCEDB) is known color: Dark Turquoise. HEX triplet: 0C, CE and DB. RGB value is (12,206,219). Sum of RGB (Red+Green+Blue) = 12+206+219=437 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CCEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCEDB is #F33124. Grayscale: #959595. Windows color (decimal): -15937829 or 14405132. OLE color: 14405132.
HSL color Cylindrical-coordinate representation of color #0CCEDB: hue angle of 183.77º 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 #0CCEDB is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 206 | 219 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.14 |
| HSL | 183.77º | 0.9% | 0.45% | - |
| HSV(B) | 183.77º | 0.95% | 0.86% | - |
| XYZ | 35.01 | 49.34 | 74.7 | - |
| YUV | 149.48 | 167.23 | 29.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 219 | 0.95 | 0.06 | 0 | 0.14 | 183.77 | 0.9 | 0.45 |
| Hex | C | CE | DB | 5F | 6 | 0 | E | B8 | 5A | 2D |
| Octal | 14 | 316 | 333 | 137 | 6 | 0 | 16 | 270 | 132 | 55 |
| Binary | 1100 | 11001110 | 11011011 | 1011111 | 110 | 0 | 1110 | 10111000 | 1011010 | 101101 |
Color Harmonies of #0CCEDB
Complementary color
Monochromatic Colors of #0CCEDB
Black with #0CCEDB
Text Example
Text Example
White with #0CCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCEDB; }
p { color: rgb(12,206,219); }
H1.HeaderClassName
{
color: #0CCEDB;
}
.AnyTagClassName
{
color: #0CCEDB;
}
</style>
background-color css
<style>
a { background-color: #0CCEDB; }
a { background-color: rgb(12,206,219); }
div.DivClassName
{
background-color: #0CCEDB;
}
.BgClassName
{
background-color: #0CCEDB;
}
</style>
border-color css
<style>
span { border-color: #0CCEDB; }
span { border-color: rgb(12,206,219); }
td.TdClassName
{
border-color: #0CCEDB;
}
.TagClassName
{
border-color: #0CCEDB;
}
</style>