Shades of Dark Turquoise #05BFDA
Tints of Dark Turquoise #05BFDA
RGB
CMYK
RGB Variations
Color information
#05BFDA (or 0x05BFDA) is known color: Dark Turquoise. HEX triplet: 05, BF and DA. RGB value is (5,191,218). Sum of RGB (Red+Green+Blue) = 5+191+218=414 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #05BFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BFDA is #FA4025. Grayscale: #8A8A8A. Windows color (decimal): -16400422 or 14335749. OLE color: 14335749.
HSL color Cylindrical-coordinate representation of color #05BFDA: hue angle of 187.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BFDA is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 191 | 218 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.15 |
| HSL | 187.61º | 0.96% | 0.44% | - |
| HSV(B) | 187.61º | 0.98% | 0.85% | - |
| XYZ | 31.35 | 42.36 | 72.85 | - |
| YUV | 138.46 | 172.88 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 191 | 218 | 0.98 | 0.12 | 0 | 0.15 | 187.61 | 0.96 | 0.44 |
| Hex | 5 | BF | DA | 62 | C | 0 | F | BC | 60 | 2C |
| Octal | 5 | 277 | 332 | 142 | 14 | 0 | 17 | 274 | 140 | 54 |
| Binary | 101 | 10111111 | 11011010 | 1100010 | 1100 | 0 | 1111 | 10111100 | 1100000 | 101100 |
Color Harmonies of #05BFDA
Complementary color
Monochromatic Colors of #05BFDA
Black with #05BFDA
Text Example
Text Example
White with #05BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BFDA; }
p { color: rgb(5,191,218); }
H1.HeaderClassName
{
color: #05BFDA;
}
.AnyTagClassName
{
color: #05BFDA;
}
</style>
background-color css
<style>
a { background-color: #05BFDA; }
a { background-color: rgb(5,191,218); }
div.DivClassName
{
background-color: #05BFDA;
}
.BgClassName
{
background-color: #05BFDA;
}
</style>
border-color css
<style>
span { border-color: #05BFDA; }
span { border-color: rgb(5,191,218); }
td.TdClassName
{
border-color: #05BFDA;
}
.TagClassName
{
border-color: #05BFDA;
}
</style>