Shades of Dark Turquoise #05BFE0
Tints of Dark Turquoise #05BFE0
RGB
CMYK
RGB Variations
Color information
#05BFE0 (or 0x05BFE0) is known color: Dark Turquoise. HEX triplet: 05, BF and E0. RGB value is (5,191,224). Sum of RGB (Red+Green+Blue) = 5+191+224=420 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #05BFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BFE0 is #FA401F. Grayscale: #8A8A8A. Windows color (decimal): -16400416 or 14728965. OLE color: 14728965.
HSL color Cylindrical-coordinate representation of color #05BFE0: hue angle of 189.04º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BFE0 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 191 | 224 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.12 |
| HSL | 189.04º | 0.96% | 0.45% | - |
| HSV(B) | 189.04º | 0.98% | 0.88% | - |
| XYZ | 32.15 | 42.68 | 77.06 | - |
| YUV | 139.15 | 175.88 | 32.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 191 | 224 | 0.98 | 0.15 | 0 | 0.12 | 189.04 | 0.96 | 0.45 |
| Hex | 5 | BF | E0 | 62 | F | 0 | C | BD | 60 | 2D |
| Octal | 5 | 277 | 340 | 142 | 17 | 0 | 14 | 275 | 140 | 55 |
| Binary | 101 | 10111111 | 11100000 | 1100010 | 1111 | 0 | 1100 | 10111101 | 1100000 | 101101 |
Color Harmonies of #05BFE0
Complementary color
Monochromatic Colors of #05BFE0
Black with #05BFE0
Text Example
Text Example
White with #05BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BFE0; }
p { color: rgb(5,191,224); }
H1.HeaderClassName
{
color: #05BFE0;
}
.AnyTagClassName
{
color: #05BFE0;
}
</style>
background-color css
<style>
a { background-color: #05BFE0; }
a { background-color: rgb(5,191,224); }
div.DivClassName
{
background-color: #05BFE0;
}
.BgClassName
{
background-color: #05BFE0;
}
</style>
border-color css
<style>
span { border-color: #05BFE0; }
span { border-color: rgb(5,191,224); }
td.TdClassName
{
border-color: #05BFE0;
}
.TagClassName
{
border-color: #05BFE0;
}
</style>