Shades of Dark Turquoise #05BFDB
Tints of Dark Turquoise #05BFDB
RGB
CMYK
RGB Variations
Color information
#05BFDB (or 0x05BFDB) is known color: Dark Turquoise. HEX triplet: 05, BF and DB. RGB value is (5,191,219). Sum of RGB (Red+Green+Blue) = 5+191+219=415 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #05BFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BFDB is #FA4024. Grayscale: #8A8A8A. Windows color (decimal): -16400421 or 14401285. OLE color: 14401285.
HSL color Cylindrical-coordinate representation of color #05BFDB: hue angle of 187.85º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BFDB is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 191 | 219 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.14 |
| HSL | 187.85º | 0.96% | 0.44% | - |
| HSV(B) | 187.85º | 0.98% | 0.86% | - |
| XYZ | 31.48 | 42.41 | 73.54 | - |
| YUV | 138.58 | 173.38 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 191 | 219 | 0.98 | 0.13 | 0 | 0.14 | 187.85 | 0.96 | 0.44 |
| Hex | 5 | BF | DB | 62 | D | 0 | E | BC | 60 | 2C |
| Octal | 5 | 277 | 333 | 142 | 15 | 0 | 16 | 274 | 140 | 54 |
| Binary | 101 | 10111111 | 11011011 | 1100010 | 1101 | 0 | 1110 | 10111100 | 1100000 | 101100 |
Color Harmonies of #05BFDB
Complementary color
Monochromatic Colors of #05BFDB
Black with #05BFDB
Text Example
Text Example
White with #05BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BFDB; }
p { color: rgb(5,191,219); }
H1.HeaderClassName
{
color: #05BFDB;
}
.AnyTagClassName
{
color: #05BFDB;
}
</style>
background-color css
<style>
a { background-color: #05BFDB; }
a { background-color: rgb(5,191,219); }
div.DivClassName
{
background-color: #05BFDB;
}
.BgClassName
{
background-color: #05BFDB;
}
</style>
border-color css
<style>
span { border-color: #05BFDB; }
span { border-color: rgb(5,191,219); }
td.TdClassName
{
border-color: #05BFDB;
}
.TagClassName
{
border-color: #05BFDB;
}
</style>