Shades of Dark Turquoise #05BDE2
Tints of Dark Turquoise #05BDE2
RGB
CMYK
RGB Variations
Color information
#05BDE2 (or 0x05BDE2) is known color: Dark Turquoise. HEX triplet: 05, BD and E2. RGB value is (5,189,226). Sum of RGB (Red+Green+Blue) = 5+189+226=420 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #05BDE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BDE2 is #FA421D. Grayscale: #898989. Windows color (decimal): -16400926 or 14859525. OLE color: 14859525.
HSL color Cylindrical-coordinate representation of color #05BDE2: hue angle of 190.05º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BDE2 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 189 | 226 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.11 |
| HSL | 190.05º | 0.96% | 0.45% | - |
| HSV(B) | 190.05º | 0.98% | 0.89% | - |
| XYZ | 31.99 | 41.92 | 78.36 | - |
| YUV | 138.2 | 177.54 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 226 | 0.98 | 0.16 | 0 | 0.11 | 190.05 | 0.96 | 0.45 |
| Hex | 5 | BD | E2 | 62 | 10 | 0 | B | BE | 60 | 2D |
| Octal | 5 | 275 | 342 | 142 | 20 | 0 | 13 | 276 | 140 | 55 |
| Binary | 101 | 10111101 | 11100010 | 1100010 | 10000 | 0 | 1011 | 10111110 | 1100000 | 101101 |
Color Harmonies of #05BDE2
Complementary color
Monochromatic Colors of #05BDE2
Black with #05BDE2
Text Example
Text Example
White with #05BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BDE2; }
p { color: rgb(5,189,226); }
H1.HeaderClassName
{
color: #05BDE2;
}
.AnyTagClassName
{
color: #05BDE2;
}
</style>
background-color css
<style>
a { background-color: #05BDE2; }
a { background-color: rgb(5,189,226); }
div.DivClassName
{
background-color: #05BDE2;
}
.BgClassName
{
background-color: #05BDE2;
}
</style>
border-color css
<style>
span { border-color: #05BDE2; }
span { border-color: rgb(5,189,226); }
td.TdClassName
{
border-color: #05BDE2;
}
.TagClassName
{
border-color: #05BDE2;
}
</style>