Shades of Bright Turquoise #05DBEA
Tints of Bright Turquoise #05DBEA
RGB
CMYK
RGB Variations
Color information
#05DBEA (or 0x05DBEA) is known color: Bright Turquoise. HEX triplet: 05, DB and EA. RGB value is (5,219,234). Sum of RGB (Red+Green+Blue) = 5+219+234=458 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #05DBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DBEA is #FA2415. Grayscale: #9C9C9C. Windows color (decimal): -16393238 or 15391493. OLE color: 15391493.
HSL color Cylindrical-coordinate representation of color #05DBEA: hue angle of 183.93º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DBEA is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 219 | 234 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.08 |
| HSL | 183.93º | 0.96% | 0.47% | - |
| HSV(B) | 183.93º | 0.98% | 0.92% | - |
| XYZ | 40.25 | 56.64 | 86.65 | - |
| YUV | 156.72 | 171.6 | 19.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 234 | 0.98 | 0.06 | 0 | 0.08 | 183.93 | 0.96 | 0.47 |
| Hex | 5 | DB | EA | 62 | 6 | 0 | 8 | B8 | 60 | 2F |
| Octal | 5 | 333 | 352 | 142 | 6 | 0 | 10 | 270 | 140 | 57 |
| Binary | 101 | 11011011 | 11101010 | 1100010 | 110 | 0 | 1000 | 10111000 | 1100000 | 101111 |
Color Harmonies of #05DBEA
Complementary color
Monochromatic Colors of #05DBEA
Black with #05DBEA
Text Example
Text Example
White with #05DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBEA; }
p { color: rgb(5,219,234); }
H1.HeaderClassName
{
color: #05DBEA;
}
.AnyTagClassName
{
color: #05DBEA;
}
</style>
background-color css
<style>
a { background-color: #05DBEA; }
a { background-color: rgb(5,219,234); }
div.DivClassName
{
background-color: #05DBEA;
}
.BgClassName
{
background-color: #05DBEA;
}
</style>
border-color css
<style>
span { border-color: #05DBEA; }
span { border-color: rgb(5,219,234); }
td.TdClassName
{
border-color: #05DBEA;
}
.TagClassName
{
border-color: #05DBEA;
}
</style>