Shades of Dark Turquoise #00BFDD
Tints of Dark Turquoise #00BFDD
RGB
CMYK
RGB Variations
Color information
#00BFDD (or 0x00BFDD) is known color: Dark Turquoise. HEX triplet: 00, BF and DD. RGB value is (0,191,221). Sum of RGB (Red+Green+Blue) = 0+191+221=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #00BFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFDD is #FF4022. Grayscale: #898989. Windows color (decimal): -16728099 or 14532352. OLE color: 14532352.
HSL color Cylindrical-coordinate representation of color #00BFDD: hue angle of 188.14º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFDD is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 191 | 221 | - |
| CMYK | 1 | 0.14 | 0 | 0.13 |
| HSL | 188.14º | 1% | 0.43% | - |
| HSV(B) | 188.14º | 1% | 0.87% | - |
| XYZ | 31.68 | 42.48 | 74.94 | - |
| YUV | 137.31 | 175.22 | 30.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 221 | 1 | 0.14 | 0 | 0.13 | 188.14 | 1 | 0.43 |
| Hex | 0 | BF | DD | 64 | E | 0 | D | BC | 64 | 2B |
| Octal | 0 | 277 | 335 | 144 | 16 | 0 | 15 | 274 | 144 | 53 |
| Binary | 0 | 10111111 | 11011101 | 1100100 | 1110 | 0 | 1101 | 10111100 | 1100100 | 101011 |
Color Harmonies of #00BFDD
Complementary color
Monochromatic Colors of #00BFDD
Black with #00BFDD
Text Example
Text Example
White with #00BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFDD; }
p { color: rgb(0,191,221); }
H1.HeaderClassName
{
color: #00BFDD;
}
.AnyTagClassName
{
color: #00BFDD;
}
</style>
background-color css
<style>
a { background-color: #00BFDD; }
a { background-color: rgb(0,191,221); }
div.DivClassName
{
background-color: #00BFDD;
}
.BgClassName
{
background-color: #00BFDD;
}
</style>
border-color css
<style>
span { border-color: #00BFDD; }
span { border-color: rgb(0,191,221); }
td.TdClassName
{
border-color: #00BFDD;
}
.TagClassName
{
border-color: #00BFDD;
}
</style>