Shades of Dark Turquoise #0BCFD3
Tints of Dark Turquoise #0BCFD3
RGB
CMYK
RGB Variations
Color information
#0BCFD3 (or 0x0BCFD3) is known color: Dark Turquoise. HEX triplet: 0B, CF and D3. RGB value is (11,207,211). Sum of RGB (Red+Green+Blue) = 11+207+211=429 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.56% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 211 (82.81% from 255 or 49.18% from 429); Max value from RGB is 211 - color contains mainly: blue. Hex color #0BCFD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFD3 is #F4302C. Grayscale: #949494. Windows color (decimal): -16003117 or 13881099. OLE color: 13881099.
HSL color Cylindrical-coordinate representation of color #0BCFD3: hue angle of 181.2º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCFD3 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 207 | 211 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.17 |
| HSL | 181.2º | 0.9% | 0.44% | - |
| HSV(B) | 181.2º | 0.95% | 0.83% | - |
| XYZ | 34.21 | 49.4 | 69.36 | - |
| YUV | 148.85 | 163.07 | 29.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 211 | 0.95 | 0.02 | 0 | 0.17 | 181.2 | 0.9 | 0.44 |
| Hex | B | CF | D3 | 5F | 2 | 0 | 11 | B5 | 5A | 2C |
| Octal | 13 | 317 | 323 | 137 | 2 | 0 | 21 | 265 | 132 | 54 |
| Binary | 1011 | 11001111 | 11010011 | 1011111 | 10 | 0 | 10001 | 10110101 | 1011010 | 101100 |
Color Harmonies of #0BCFD3
Complementary color
Monochromatic Colors of #0BCFD3
Black with #0BCFD3
Text Example
Text Example
White with #0BCFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFD3; }
p { color: rgb(11,207,211); }
H1.HeaderClassName
{
color: #0BCFD3;
}
.AnyTagClassName
{
color: #0BCFD3;
}
</style>
background-color css
<style>
a { background-color: #0BCFD3; }
a { background-color: rgb(11,207,211); }
div.DivClassName
{
background-color: #0BCFD3;
}
.BgClassName
{
background-color: #0BCFD3;
}
</style>
border-color css
<style>
span { border-color: #0BCFD3; }
span { border-color: rgb(11,207,211); }
td.TdClassName
{
border-color: #0BCFD3;
}
.TagClassName
{
border-color: #0BCFD3;
}
</style>