Shades of Dark Turquoise #08BFDD
Tints of Dark Turquoise #08BFDD
RGB
CMYK
RGB Variations
Color information
#08BFDD (or 0x08BFDD) is known color: Dark Turquoise. HEX triplet: 08, BF and DD. RGB value is (8,191,221). Sum of RGB (Red+Green+Blue) = 8+191+221=420 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #08BFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BFDD is #F74022. Grayscale: #8B8B8B. Windows color (decimal): -16203811 or 14532360. OLE color: 14532360.
HSL color Cylindrical-coordinate representation of color #08BFDD: hue angle of 188.45º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BFDD is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 191 | 221 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.13 |
| HSL | 188.45º | 0.93% | 0.45% | - |
| HSV(B) | 188.45º | 0.96% | 0.87% | - |
| XYZ | 31.78 | 42.53 | 74.94 | - |
| YUV | 139.7 | 173.87 | 34.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 191 | 221 | 0.96 | 0.14 | 0 | 0.13 | 188.45 | 0.93 | 0.45 |
| Hex | 8 | BF | DD | 60 | E | 0 | D | BC | 5D | 2D |
| Octal | 10 | 277 | 335 | 140 | 16 | 0 | 15 | 274 | 135 | 55 |
| Binary | 1000 | 10111111 | 11011101 | 1100000 | 1110 | 0 | 1101 | 10111100 | 1011101 | 101101 |
Color Harmonies of #08BFDD
Complementary color
Monochromatic Colors of #08BFDD
Black with #08BFDD
Text Example
Text Example
White with #08BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BFDD; }
p { color: rgb(8,191,221); }
H1.HeaderClassName
{
color: #08BFDD;
}
.AnyTagClassName
{
color: #08BFDD;
}
</style>
background-color css
<style>
a { background-color: #08BFDD; }
a { background-color: rgb(8,191,221); }
div.DivClassName
{
background-color: #08BFDD;
}
.BgClassName
{
background-color: #08BFDD;
}
</style>
border-color css
<style>
span { border-color: #08BFDD; }
span { border-color: rgb(8,191,221); }
td.TdClassName
{
border-color: #08BFDD;
}
.TagClassName
{
border-color: #08BFDD;
}
</style>