Shades of Bright Turquoise #05DBEC
Tints of Bright Turquoise #05DBEC
RGB
CMYK
RGB Variations
Color information
#05DBEC (or 0x05DBEC) is known color: Bright Turquoise. HEX triplet: 05, DB and EC. RGB value is (5,219,236). Sum of RGB (Red+Green+Blue) = 5+219+236=460 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #05DBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DBEC is #FA2413. Grayscale: #9C9C9C. Windows color (decimal): -16393236 or 15522565. OLE color: 15522565.
HSL color Cylindrical-coordinate representation of color #05DBEC: hue angle of 184.42º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DBEC is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 219 | 236 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.07 |
| HSL | 184.42º | 0.96% | 0.47% | - |
| HSV(B) | 184.42º | 0.98% | 0.93% | - |
| XYZ | 40.53 | 56.75 | 88.17 | - |
| YUV | 156.95 | 172.6 | 19.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 236 | 0.98 | 0.07 | 0 | 0.07 | 184.42 | 0.96 | 0.47 |
| Hex | 5 | DB | EC | 62 | 7 | 0 | 7 | B8 | 60 | 2F |
| Octal | 5 | 333 | 354 | 142 | 7 | 0 | 7 | 270 | 140 | 57 |
| Binary | 101 | 11011011 | 11101100 | 1100010 | 111 | 0 | 111 | 10111000 | 1100000 | 101111 |
Color Harmonies of #05DBEC
Complementary color
Monochromatic Colors of #05DBEC
Black with #05DBEC
Text Example
Text Example
White with #05DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBEC; }
p { color: rgb(5,219,236); }
H1.HeaderClassName
{
color: #05DBEC;
}
.AnyTagClassName
{
color: #05DBEC;
}
</style>
background-color css
<style>
a { background-color: #05DBEC; }
a { background-color: rgb(5,219,236); }
div.DivClassName
{
background-color: #05DBEC;
}
.BgClassName
{
background-color: #05DBEC;
}
</style>
border-color css
<style>
span { border-color: #05DBEC; }
span { border-color: rgb(5,219,236); }
td.TdClassName
{
border-color: #05DBEC;
}
.TagClassName
{
border-color: #05DBEC;
}
</style>