Shades of Dark Turquoise #0BBFDF
Tints of Dark Turquoise #0BBFDF
RGB
CMYK
RGB Variations
Color information
#0BBFDF (or 0x0BBFDF) is known color: Dark Turquoise. HEX triplet: 0B, BF and DF. RGB value is (11,191,223). Sum of RGB (Red+Green+Blue) = 11+191+223=425 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BBFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBFDF is #F44020. Grayscale: #8C8C8C. Windows color (decimal): -16007201 or 14663435. OLE color: 14663435.
HSL color Cylindrical-coordinate representation of color #0BBFDF: hue angle of 189.06º 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 #0BBFDF is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 191 | 223 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.13 |
| HSL | 189.06º | 0.91% | 0.46% | - |
| HSV(B) | 189.06º | 0.95% | 0.87% | - |
| XYZ | 32.09 | 42.66 | 76.36 | - |
| YUV | 140.83 | 174.37 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 223 | 0.95 | 0.14 | 0 | 0.13 | 189.06 | 0.91 | 0.46 |
| Hex | B | BF | DF | 5F | E | 0 | D | BD | 5B | 2E |
| Octal | 13 | 277 | 337 | 137 | 16 | 0 | 15 | 275 | 133 | 56 |
| Binary | 1011 | 10111111 | 11011111 | 1011111 | 1110 | 0 | 1101 | 10111101 | 1011011 | 101110 |
Color Harmonies of #0BBFDF
Complementary color
Monochromatic Colors of #0BBFDF
Black with #0BBFDF
Text Example
Text Example
White with #0BBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBFDF; }
p { color: rgb(11,191,223); }
H1.HeaderClassName
{
color: #0BBFDF;
}
.AnyTagClassName
{
color: #0BBFDF;
}
</style>
background-color css
<style>
a { background-color: #0BBFDF; }
a { background-color: rgb(11,191,223); }
div.DivClassName
{
background-color: #0BBFDF;
}
.BgClassName
{
background-color: #0BBFDF;
}
</style>
border-color css
<style>
span { border-color: #0BBFDF; }
span { border-color: rgb(11,191,223); }
td.TdClassName
{
border-color: #0BBFDF;
}
.TagClassName
{
border-color: #0BBFDF;
}
</style>