Shades of Bright Turquoise #05DEDA
Tints of Bright Turquoise #05DEDA
RGB
CMYK
RGB Variations
Color information
#05DEDA (or 0x05DEDA) is known color: Bright Turquoise. HEX triplet: 05, DE and DA. RGB value is (5,222,218). Sum of RGB (Red+Green+Blue) = 5+222+218=445 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #05DEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DEDA is #FA2125. Grayscale: #9C9C9C. Windows color (decimal): -16392486 or 14343685. OLE color: 14343685.
HSL color Cylindrical-coordinate representation of color #05DEDA: hue angle of 178.89º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DEDA is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 222 | 218 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.13 |
| HSL | 178.89º | 0.96% | 0.45% | - |
| HSV(B) | 178.89º | 0.98% | 0.87% | - |
| XYZ | 38.84 | 57.34 | 75.35 | - |
| YUV | 156.66 | 162.61 | 19.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 222 | 218 | 0.98 | 0 | 0.02 | 0.13 | 178.89 | 0.96 | 0.45 |
| Hex | 5 | DE | DA | 62 | 0 | 2 | D | B3 | 60 | 2D |
| Octal | 5 | 336 | 332 | 142 | 0 | 2 | 15 | 263 | 140 | 55 |
| Binary | 101 | 11011110 | 11011010 | 1100010 | 0 | 10 | 1101 | 10110011 | 1100000 | 101101 |
Color Harmonies of #05DEDA
Complementary color
Monochromatic Colors of #05DEDA
Black with #05DEDA
Text Example
Text Example
White with #05DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DEDA; }
p { color: rgb(5,222,218); }
H1.HeaderClassName
{
color: #05DEDA;
}
.AnyTagClassName
{
color: #05DEDA;
}
</style>
background-color css
<style>
a { background-color: #05DEDA; }
a { background-color: rgb(5,222,218); }
div.DivClassName
{
background-color: #05DEDA;
}
.BgClassName
{
background-color: #05DEDA;
}
</style>
border-color css
<style>
span { border-color: #05DEDA; }
span { border-color: rgb(5,222,218); }
td.TdClassName
{
border-color: #05DEDA;
}
.TagClassName
{
border-color: #05DEDA;
}
</style>