Shades of Dark Turquoise #08BFDB
Tints of Dark Turquoise #08BFDB
RGB
CMYK
RGB Variations
Color information
#08BFDB (or 0x08BFDB) is known color: Dark Turquoise. HEX triplet: 08, BF and DB. RGB value is (8,191,219). Sum of RGB (Red+Green+Blue) = 8+191+219=418 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.91% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #08BFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BFDB is #F74024. Grayscale: #8B8B8B. Windows color (decimal): -16203813 or 14401288. OLE color: 14401288.
HSL color Cylindrical-coordinate representation of color #08BFDB: hue angle of 187.96º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BFDB is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 191 | 219 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.14 |
| HSL | 187.96º | 0.93% | 0.45% | - |
| HSV(B) | 187.96º | 0.96% | 0.86% | - |
| XYZ | 31.52 | 42.43 | 73.55 | - |
| YUV | 139.48 | 172.87 | 34.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 191 | 219 | 0.96 | 0.13 | 0 | 0.14 | 187.96 | 0.93 | 0.45 |
| Hex | 8 | BF | DB | 60 | D | 0 | E | BC | 5D | 2D |
| Octal | 10 | 277 | 333 | 140 | 15 | 0 | 16 | 274 | 135 | 55 |
| Binary | 1000 | 10111111 | 11011011 | 1100000 | 1101 | 0 | 1110 | 10111100 | 1011101 | 101101 |
Color Harmonies of #08BFDB
Complementary color
Monochromatic Colors of #08BFDB
Black with #08BFDB
Text Example
Text Example
White with #08BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BFDB; }
p { color: rgb(8,191,219); }
H1.HeaderClassName
{
color: #08BFDB;
}
.AnyTagClassName
{
color: #08BFDB;
}
</style>
background-color css
<style>
a { background-color: #08BFDB; }
a { background-color: rgb(8,191,219); }
div.DivClassName
{
background-color: #08BFDB;
}
.BgClassName
{
background-color: #08BFDB;
}
</style>
border-color css
<style>
span { border-color: #08BFDB; }
span { border-color: rgb(8,191,219); }
td.TdClassName
{
border-color: #08BFDB;
}
.TagClassName
{
border-color: #08BFDB;
}
</style>