Shades of Dark Turquoise #0BC4DA
Tints of Dark Turquoise #0BC4DA
RGB
CMYK
RGB Variations
Color information
#0BC4DA (or 0x0BC4DA) is known color: Dark Turquoise. HEX triplet: 0B, C4 and DA. RGB value is (11,196,218). Sum of RGB (Red+Green+Blue) = 11+196+218=425 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BC4DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC4DA is #F43B25. Grayscale: #8E8E8E. Windows color (decimal): -16005926 or 14337035. OLE color: 14337035.
HSL color Cylindrical-coordinate representation of color #0BC4DA: hue angle of 186.38º 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 #0BC4DA is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 196 | 218 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.15 |
| HSL | 186.38º | 0.9% | 0.45% | - |
| HSV(B) | 186.38º | 0.95% | 0.85% | - |
| XYZ | 32.53 | 44.61 | 73.23 | - |
| YUV | 143.19 | 170.21 | 33.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 196 | 218 | 0.95 | 0.10 | 0 | 0.15 | 186.38 | 0.9 | 0.45 |
| Hex | B | C4 | DA | 5F | A | 0 | F | BA | 5A | 2D |
| Octal | 13 | 304 | 332 | 137 | 12 | 0 | 17 | 272 | 132 | 55 |
| Binary | 1011 | 11000100 | 11011010 | 1011111 | 1010 | 0 | 1111 | 10111010 | 1011010 | 101101 |
Color Harmonies of #0BC4DA
Complementary color
Monochromatic Colors of #0BC4DA
Black with #0BC4DA
Text Example
Text Example
White with #0BC4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC4DA; }
p { color: rgb(11,196,218); }
H1.HeaderClassName
{
color: #0BC4DA;
}
.AnyTagClassName
{
color: #0BC4DA;
}
</style>
background-color css
<style>
a { background-color: #0BC4DA; }
a { background-color: rgb(11,196,218); }
div.DivClassName
{
background-color: #0BC4DA;
}
.BgClassName
{
background-color: #0BC4DA;
}
</style>
border-color css
<style>
span { border-color: #0BC4DA; }
span { border-color: rgb(11,196,218); }
td.TdClassName
{
border-color: #0BC4DA;
}
.TagClassName
{
border-color: #0BC4DA;
}
</style>