Shades of Dark Turquoise #00BEDC
Tints of Dark Turquoise #00BEDC
RGB
CMYK
RGB Variations
Color information
#00BEDC (or 0x00BEDC) is known color: Dark Turquoise. HEX triplet: 00, BE and DC. RGB value is (0,190,220). Sum of RGB (Red+Green+Blue) = 0+190+220=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #00BEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BEDC is #FF4123. Grayscale: #888888. Windows color (decimal): -16728356 or 14466560. OLE color: 14466560.
HSL color Cylindrical-coordinate representation of color #00BEDC: hue angle of 188.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BEDC is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 190 | 220 | - |
| CMYK | 1 | 0.14 | 0 | 0.14 |
| HSL | 188.18º | 1% | 0.43% | - |
| HSV(B) | 188.18º | 1% | 0.86% | - |
| XYZ | 31.33 | 41.99 | 74.16 | - |
| YUV | 136.61 | 175.05 | 30.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 220 | 1 | 0.14 | 0 | 0.14 | 188.18 | 1 | 0.43 |
| Hex | 0 | BE | DC | 64 | E | 0 | E | BC | 64 | 2B |
| Octal | 0 | 276 | 334 | 144 | 16 | 0 | 16 | 274 | 144 | 53 |
| Binary | 0 | 10111110 | 11011100 | 1100100 | 1110 | 0 | 1110 | 10111100 | 1100100 | 101011 |
Color Harmonies of #00BEDC
Complementary color
Monochromatic Colors of #00BEDC
Black with #00BEDC
Text Example
Text Example
White with #00BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BEDC; }
p { color: rgb(0,190,220); }
H1.HeaderClassName
{
color: #00BEDC;
}
.AnyTagClassName
{
color: #00BEDC;
}
</style>
background-color css
<style>
a { background-color: #00BEDC; }
a { background-color: rgb(0,190,220); }
div.DivClassName
{
background-color: #00BEDC;
}
.BgClassName
{
background-color: #00BEDC;
}
</style>
border-color css
<style>
span { border-color: #00BEDC; }
span { border-color: rgb(0,190,220); }
td.TdClassName
{
border-color: #00BEDC;
}
.TagClassName
{
border-color: #00BEDC;
}
</style>