Shades of Dark Turquoise #00BFDE
Tints of Dark Turquoise #00BFDE
RGB
CMYK
RGB Variations
Color information
#00BFDE (or 0x00BFDE) is known color: Dark Turquoise. HEX triplet: 00, BF and DE. RGB value is (0,191,222). Sum of RGB (Red+Green+Blue) = 0+191+222=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #00BFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFDE is #FF4021. Grayscale: #898989. Windows color (decimal): -16728098 or 14597888. OLE color: 14597888.
HSL color Cylindrical-coordinate representation of color #00BFDE: hue angle of 188.38º 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 #00BFDE is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 191 | 222 | - |
| CMYK | 1 | 0.14 | 0 | 0.13 |
| HSL | 188.38º | 1% | 0.44% | - |
| HSV(B) | 188.38º | 1% | 0.87% | - |
| XYZ | 31.82 | 42.54 | 75.64 | - |
| YUV | 137.43 | 175.72 | 29.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 222 | 1 | 0.14 | 0 | 0.13 | 188.38 | 1 | 0.44 |
| Hex | 0 | BF | DE | 64 | E | 0 | D | BC | 64 | 2C |
| Octal | 0 | 277 | 336 | 144 | 16 | 0 | 15 | 274 | 144 | 54 |
| Binary | 0 | 10111111 | 11011110 | 1100100 | 1110 | 0 | 1101 | 10111100 | 1100100 | 101100 |
Color Harmonies of #00BFDE
Complementary color
Monochromatic Colors of #00BFDE
Black with #00BFDE
Text Example
Text Example
White with #00BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFDE; }
p { color: rgb(0,191,222); }
H1.HeaderClassName
{
color: #00BFDE;
}
.AnyTagClassName
{
color: #00BFDE;
}
</style>
background-color css
<style>
a { background-color: #00BFDE; }
a { background-color: rgb(0,191,222); }
div.DivClassName
{
background-color: #00BFDE;
}
.BgClassName
{
background-color: #00BFDE;
}
</style>
border-color css
<style>
span { border-color: #00BFDE; }
span { border-color: rgb(0,191,222); }
td.TdClassName
{
border-color: #00BFDE;
}
.TagClassName
{
border-color: #00BFDE;
}
</style>