Shades of Bright Turquoise #05DBF2
Tints of Bright Turquoise #05DBF2
RGB
CMYK
RGB Variations
Color information
#05DBF2 (or 0x05DBF2) is known color: Bright Turquoise. HEX triplet: 05, DB and F2. RGB value is (5,219,242). Sum of RGB (Red+Green+Blue) = 5+219+242=466 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #05DBF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DBF2 is #FA240D. Grayscale: #9D9D9D. Windows color (decimal): -16393230 or 15915781. OLE color: 15915781.
HSL color Cylindrical-coordinate representation of color #05DBF2: hue angle of 185.82º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DBF2 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 219 | 242 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.05 |
| HSL | 185.82º | 0.96% | 0.48% | - |
| HSV(B) | 185.82º | 0.98% | 0.95% | - |
| XYZ | 41.42 | 57.11 | 92.84 | - |
| YUV | 157.64 | 175.6 | 19.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 242 | 0.98 | 0.10 | 0 | 0.05 | 185.82 | 0.96 | 0.48 |
| Hex | 5 | DB | F2 | 62 | A | 0 | 5 | BA | 60 | 30 |
| Octal | 5 | 333 | 362 | 142 | 12 | 0 | 5 | 272 | 140 | 60 |
| Binary | 101 | 11011011 | 11110010 | 1100010 | 1010 | 0 | 101 | 10111010 | 1100000 | 110000 |
Color Harmonies of #05DBF2
Complementary color
Monochromatic Colors of #05DBF2
Black with #05DBF2
Text Example
Text Example
White with #05DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBF2; }
p { color: rgb(5,219,242); }
H1.HeaderClassName
{
color: #05DBF2;
}
.AnyTagClassName
{
color: #05DBF2;
}
</style>
background-color css
<style>
a { background-color: #05DBF2; }
a { background-color: rgb(5,219,242); }
div.DivClassName
{
background-color: #05DBF2;
}
.BgClassName
{
background-color: #05DBF2;
}
</style>
border-color css
<style>
span { border-color: #05DBF2; }
span { border-color: rgb(5,219,242); }
td.TdClassName
{
border-color: #05DBF2;
}
.TagClassName
{
border-color: #05DBF2;
}
</style>