Shades of Dark Turquoise #0BCCDA
Tints of Dark Turquoise #0BCCDA
RGB
CMYK
RGB Variations
Color information
#0BCCDA (or 0x0BCCDA) is known color: Dark Turquoise. HEX triplet: 0B, CC and DA. RGB value is (11,204,218). Sum of RGB (Red+Green+Blue) = 11+204+218=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BCCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCCDA is #F43325. Grayscale: #939393. Windows color (decimal): -16003878 or 14339083. OLE color: 14339083.
HSL color Cylindrical-coordinate representation of color #0BCCDA: hue angle of 184.06º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCCDA is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 204 | 218 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.15 |
| HSL | 184.06º | 0.9% | 0.45% | - |
| HSV(B) | 184.06º | 0.95% | 0.85% | - |
| XYZ | 34.39 | 48.32 | 73.84 | - |
| YUV | 147.89 | 167.56 | 30.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 204 | 218 | 0.95 | 0.06 | 0 | 0.15 | 184.06 | 0.9 | 0.45 |
| Hex | B | CC | DA | 5F | 6 | 0 | F | B8 | 5A | 2D |
| Octal | 13 | 314 | 332 | 137 | 6 | 0 | 17 | 270 | 132 | 55 |
| Binary | 1011 | 11001100 | 11011010 | 1011111 | 110 | 0 | 1111 | 10111000 | 1011010 | 101101 |
Color Harmonies of #0BCCDA
Complementary color
Monochromatic Colors of #0BCCDA
Black with #0BCCDA
Text Example
Text Example
White with #0BCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCCDA; }
p { color: rgb(11,204,218); }
H1.HeaderClassName
{
color: #0BCCDA;
}
.AnyTagClassName
{
color: #0BCCDA;
}
</style>
background-color css
<style>
a { background-color: #0BCCDA; }
a { background-color: rgb(11,204,218); }
div.DivClassName
{
background-color: #0BCCDA;
}
.BgClassName
{
background-color: #0BCCDA;
}
</style>
border-color css
<style>
span { border-color: #0BCCDA; }
span { border-color: rgb(11,204,218); }
td.TdClassName
{
border-color: #0BCCDA;
}
.TagClassName
{
border-color: #0BCCDA;
}
</style>