Shades of Dark Turquoise #00BFD8
Tints of Dark Turquoise #00BFD8
RGB
CMYK
RGB Variations
Color information
#00BFD8 (or 0x00BFD8) is known color: Dark Turquoise. HEX triplet: 00, BF and D8. RGB value is (0,191,216). Sum of RGB (Red+Green+Blue) = 0+191+216=407 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #00BFD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFD8 is #FF4027. Grayscale: #888888. Windows color (decimal): -16728104 or 14204672. OLE color: 14204672.
HSL color Cylindrical-coordinate representation of color #00BFD8: hue angle of 186.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFD8 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 191 | 216 | - |
| CMYK | 1 | 0.12 | 0 | 0.15 |
| HSL | 186.94º | 1% | 0.42% | - |
| HSV(B) | 186.94º | 1% | 0.85% | - |
| XYZ | 31.03 | 42.22 | 71.48 | - |
| YUV | 136.74 | 172.72 | 30.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 216 | 1 | 0.12 | 0 | 0.15 | 186.94 | 1 | 0.42 |
| Hex | 0 | BF | D8 | 64 | C | 0 | F | BB | 64 | 2A |
| Octal | 0 | 277 | 330 | 144 | 14 | 0 | 17 | 273 | 144 | 52 |
| Binary | 0 | 10111111 | 11011000 | 1100100 | 1100 | 0 | 1111 | 10111011 | 1100100 | 101010 |
Color Harmonies of #00BFD8
Complementary color
Monochromatic Colors of #00BFD8
Black with #00BFD8
Text Example
Text Example
White with #00BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFD8; }
p { color: rgb(0,191,216); }
H1.HeaderClassName
{
color: #00BFD8;
}
.AnyTagClassName
{
color: #00BFD8;
}
</style>
background-color css
<style>
a { background-color: #00BFD8; }
a { background-color: rgb(0,191,216); }
div.DivClassName
{
background-color: #00BFD8;
}
.BgClassName
{
background-color: #00BFD8;
}
</style>
border-color css
<style>
span { border-color: #00BFD8; }
span { border-color: rgb(0,191,216); }
td.TdClassName
{
border-color: #00BFD8;
}
.TagClassName
{
border-color: #00BFD8;
}
</style>