Shades of Dark Turquoise #00BEDD
Tints of Dark Turquoise #00BEDD
RGB
CMYK
RGB Variations
Color information
#00BEDD (or 0x00BEDD) is known color: Dark Turquoise. HEX triplet: 00, BE and DD. RGB value is (0,190,221). Sum of RGB (Red+Green+Blue) = 0+190+221=411 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #00BEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BEDD is #FF4122. Grayscale: #888888. Windows color (decimal): -16728355 or 14532096. OLE color: 14532096.
HSL color Cylindrical-coordinate representation of color #00BEDD: hue angle of 188.42º 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 #00BEDD is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 190 | 221 | - |
| CMYK | 1 | 0.14 | 0 | 0.13 |
| HSL | 188.42º | 1% | 0.43% | - |
| HSV(B) | 188.42º | 1% | 0.87% | - |
| XYZ | 31.46 | 42.05 | 74.86 | - |
| YUV | 136.72 | 175.55 | 30.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 221 | 1 | 0.14 | 0 | 0.13 | 188.42 | 1 | 0.43 |
| Hex | 0 | BE | DD | 64 | E | 0 | D | BC | 64 | 2B |
| Octal | 0 | 276 | 335 | 144 | 16 | 0 | 15 | 274 | 144 | 53 |
| Binary | 0 | 10111110 | 11011101 | 1100100 | 1110 | 0 | 1101 | 10111100 | 1100100 | 101011 |
Color Harmonies of #00BEDD
Complementary color
Monochromatic Colors of #00BEDD
Black with #00BEDD
Text Example
Text Example
White with #00BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BEDD; }
p { color: rgb(0,190,221); }
H1.HeaderClassName
{
color: #00BEDD;
}
.AnyTagClassName
{
color: #00BEDD;
}
</style>
background-color css
<style>
a { background-color: #00BEDD; }
a { background-color: rgb(0,190,221); }
div.DivClassName
{
background-color: #00BEDD;
}
.BgClassName
{
background-color: #00BEDD;
}
</style>
border-color css
<style>
span { border-color: #00BEDD; }
span { border-color: rgb(0,190,221); }
td.TdClassName
{
border-color: #00BEDD;
}
.TagClassName
{
border-color: #00BEDD;
}
</style>