Shades of Dark Turquoise #0BCDDF
Tints of Dark Turquoise #0BCDDF
RGB
CMYK
RGB Variations
Color information
#0BCDDF (or 0x0BCDDF) is known color: Dark Turquoise. HEX triplet: 0B, CD and DF. RGB value is (11,205,223). Sum of RGB (Red+Green+Blue) = 11+205+223=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BCDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCDDF is #F43220. Grayscale: #949494. Windows color (decimal): -16003617 or 14667019. OLE color: 14667019.
HSL color Cylindrical-coordinate representation of color #0BCDDF: hue angle of 185.09º 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 #0BCDDF is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 205 | 223 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.13 |
| HSL | 185.09º | 0.91% | 0.46% | - |
| HSV(B) | 185.09º | 0.95% | 0.87% | - |
| XYZ | 35.29 | 49.06 | 77.42 | - |
| YUV | 149.05 | 169.73 | 29.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 223 | 0.95 | 0.08 | 0 | 0.13 | 185.09 | 0.91 | 0.46 |
| Hex | B | CD | DF | 5F | 8 | 0 | D | B9 | 5B | 2E |
| Octal | 13 | 315 | 337 | 137 | 10 | 0 | 15 | 271 | 133 | 56 |
| Binary | 1011 | 11001101 | 11011111 | 1011111 | 1000 | 0 | 1101 | 10111001 | 1011011 | 101110 |
Color Harmonies of #0BCDDF
Complementary color
Monochromatic Colors of #0BCDDF
Black with #0BCDDF
Text Example
Text Example
White with #0BCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCDDF; }
p { color: rgb(11,205,223); }
H1.HeaderClassName
{
color: #0BCDDF;
}
.AnyTagClassName
{
color: #0BCDDF;
}
</style>
background-color css
<style>
a { background-color: #0BCDDF; }
a { background-color: rgb(11,205,223); }
div.DivClassName
{
background-color: #0BCDDF;
}
.BgClassName
{
background-color: #0BCDDF;
}
</style>
border-color css
<style>
span { border-color: #0BCDDF; }
span { border-color: rgb(11,205,223); }
td.TdClassName
{
border-color: #0BCDDF;
}
.TagClassName
{
border-color: #0BCDDF;
}
</style>