Shades of Dark Turquoise #08BFE0
Tints of Dark Turquoise #08BFE0
RGB
CMYK
RGB Variations
Color information
#08BFE0 (or 0x08BFE0) is known color: Dark Turquoise. HEX triplet: 08, BF and E0. RGB value is (8,191,224). Sum of RGB (Red+Green+Blue) = 8+191+224=423 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.89% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #08BFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BFE0 is #F7401F. Grayscale: #8B8B8B. Windows color (decimal): -16203808 or 14728968. OLE color: 14728968.
HSL color Cylindrical-coordinate representation of color #08BFE0: hue angle of 189.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BFE0 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 191 | 224 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.12 |
| HSL | 189.17º | 0.93% | 0.45% | - |
| HSV(B) | 189.17º | 0.96% | 0.88% | - |
| XYZ | 32.19 | 42.7 | 77.07 | - |
| YUV | 140.05 | 175.37 | 33.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 191 | 224 | 0.96 | 0.15 | 0 | 0.12 | 189.17 | 0.93 | 0.45 |
| Hex | 8 | BF | E0 | 60 | F | 0 | C | BD | 5D | 2D |
| Octal | 10 | 277 | 340 | 140 | 17 | 0 | 14 | 275 | 135 | 55 |
| Binary | 1000 | 10111111 | 11100000 | 1100000 | 1111 | 0 | 1100 | 10111101 | 1011101 | 101101 |
Color Harmonies of #08BFE0
Complementary color
Monochromatic Colors of #08BFE0
Black with #08BFE0
Text Example
Text Example
White with #08BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BFE0; }
p { color: rgb(8,191,224); }
H1.HeaderClassName
{
color: #08BFE0;
}
.AnyTagClassName
{
color: #08BFE0;
}
</style>
background-color css
<style>
a { background-color: #08BFE0; }
a { background-color: rgb(8,191,224); }
div.DivClassName
{
background-color: #08BFE0;
}
.BgClassName
{
background-color: #08BFE0;
}
</style>
border-color css
<style>
span { border-color: #08BFE0; }
span { border-color: rgb(8,191,224); }
td.TdClassName
{
border-color: #08BFE0;
}
.TagClassName
{
border-color: #08BFE0;
}
</style>