Shades of Dark Turquoise #0BCDDA
Tints of Dark Turquoise #0BCDDA
RGB
CMYK
RGB Variations
Color information
#0BCDDA (or 0x0BCDDA) is known color: Dark Turquoise. HEX triplet: 0B, CD and DA. RGB value is (11,205,218). Sum of RGB (Red+Green+Blue) = 11+205+218=434 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BCDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCDDA is #F43225. Grayscale: #949494. Windows color (decimal): -16003622 or 14339339. OLE color: 14339339.
HSL color Cylindrical-coordinate representation of color #0BCDDA: hue angle of 183.77º 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 #0BCDDA is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 205 | 218 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.15 |
| HSL | 183.77º | 0.9% | 0.45% | - |
| HSV(B) | 183.77º | 0.95% | 0.85% | - |
| XYZ | 34.62 | 48.8 | 73.92 | - |
| YUV | 148.48 | 167.23 | 29.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 218 | 0.95 | 0.06 | 0 | 0.15 | 183.77 | 0.9 | 0.45 |
| Hex | B | CD | DA | 5F | 6 | 0 | F | B8 | 5A | 2D |
| Octal | 13 | 315 | 332 | 137 | 6 | 0 | 17 | 270 | 132 | 55 |
| Binary | 1011 | 11001101 | 11011010 | 1011111 | 110 | 0 | 1111 | 10111000 | 1011010 | 101101 |
Color Harmonies of #0BCDDA
Complementary color
Monochromatic Colors of #0BCDDA
Black with #0BCDDA
Text Example
Text Example
White with #0BCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCDDA; }
p { color: rgb(11,205,218); }
H1.HeaderClassName
{
color: #0BCDDA;
}
.AnyTagClassName
{
color: #0BCDDA;
}
</style>
background-color css
<style>
a { background-color: #0BCDDA; }
a { background-color: rgb(11,205,218); }
div.DivClassName
{
background-color: #0BCDDA;
}
.BgClassName
{
background-color: #0BCDDA;
}
</style>
border-color css
<style>
span { border-color: #0BCDDA; }
span { border-color: rgb(11,205,218); }
td.TdClassName
{
border-color: #0BCDDA;
}
.TagClassName
{
border-color: #0BCDDA;
}
</style>