Shades of Dark Turquoise #0BCADF
Tints of Dark Turquoise #0BCADF
RGB
CMYK
RGB Variations
Color information
#0BCADF (or 0x0BCADF) is known color: Dark Turquoise. HEX triplet: 0B, CA and DF. RGB value is (11,202,223). Sum of RGB (Red+Green+Blue) = 11+202+223=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BCADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCADF is #F43520. Grayscale: #939393. Windows color (decimal): -16004385 or 14666251. OLE color: 14666251.
HSL color Cylindrical-coordinate representation of color #0BCADF: hue angle of 185.94º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCADF is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 202 | 223 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.13 |
| HSL | 185.94º | 0.91% | 0.46% | - |
| HSV(B) | 185.94º | 0.95% | 0.87% | - |
| XYZ | 34.58 | 47.64 | 77.19 | - |
| YUV | 147.29 | 170.72 | 30.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 223 | 0.95 | 0.09 | 0 | 0.13 | 185.94 | 0.91 | 0.46 |
| Hex | B | CA | DF | 5F | 9 | 0 | D | BA | 5B | 2E |
| Octal | 13 | 312 | 337 | 137 | 11 | 0 | 15 | 272 | 133 | 56 |
| Binary | 1011 | 11001010 | 11011111 | 1011111 | 1001 | 0 | 1101 | 10111010 | 1011011 | 101110 |
Color Harmonies of #0BCADF
Complementary color
Monochromatic Colors of #0BCADF
Black with #0BCADF
Text Example
Text Example
White with #0BCADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCADF; }
p { color: rgb(11,202,223); }
H1.HeaderClassName
{
color: #0BCADF;
}
.AnyTagClassName
{
color: #0BCADF;
}
</style>
background-color css
<style>
a { background-color: #0BCADF; }
a { background-color: rgb(11,202,223); }
div.DivClassName
{
background-color: #0BCADF;
}
.BgClassName
{
background-color: #0BCADF;
}
</style>
border-color css
<style>
span { border-color: #0BCADF; }
span { border-color: rgb(11,202,223); }
td.TdClassName
{
border-color: #0BCADF;
}
.TagClassName
{
border-color: #0BCADF;
}
</style>