Shades of Dark Turquoise #00BFDF
Tints of Dark Turquoise #00BFDF
RGB
CMYK
RGB Variations
Color information
#00BFDF (or 0x00BFDF) is known color: Dark Turquoise. HEX triplet: 00, BF and DF. RGB value is (0,191,223). Sum of RGB (Red+Green+Blue) = 0+191+223=414 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #00BFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFDF is #FF4020. Grayscale: #898989. Windows color (decimal): -16728097 or 14663424. OLE color: 14663424.
HSL color Cylindrical-coordinate representation of color #00BFDF: hue angle of 188.61º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFDF is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 191 | 223 | - |
| CMYK | 1 | 0.14 | 0 | 0.13 |
| HSL | 188.61º | 1% | 0.44% | - |
| HSV(B) | 188.61º | 1% | 0.87% | - |
| XYZ | 31.95 | 42.59 | 76.35 | - |
| YUV | 137.54 | 176.22 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 223 | 1 | 0.14 | 0 | 0.13 | 188.61 | 1 | 0.44 |
| Hex | 0 | BF | DF | 64 | E | 0 | D | BD | 64 | 2C |
| Octal | 0 | 277 | 337 | 144 | 16 | 0 | 15 | 275 | 144 | 54 |
| Binary | 0 | 10111111 | 11011111 | 1100100 | 1110 | 0 | 1101 | 10111101 | 1100100 | 101100 |
Color Harmonies of #00BFDF
Complementary color
Monochromatic Colors of #00BFDF
Black with #00BFDF
Text Example
Text Example
White with #00BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFDF; }
p { color: rgb(0,191,223); }
H1.HeaderClassName
{
color: #00BFDF;
}
.AnyTagClassName
{
color: #00BFDF;
}
</style>
background-color css
<style>
a { background-color: #00BFDF; }
a { background-color: rgb(0,191,223); }
div.DivClassName
{
background-color: #00BFDF;
}
.BgClassName
{
background-color: #00BFDF;
}
</style>
border-color css
<style>
span { border-color: #00BFDF; }
span { border-color: rgb(0,191,223); }
td.TdClassName
{
border-color: #00BFDF;
}
.TagClassName
{
border-color: #00BFDF;
}
</style>