Shades of Bright Turquoise #05EDC5
Tints of Bright Turquoise #05EDC5
RGB
CMYK
RGB Variations
Color information
#05EDC5 (or 0x05EDC5) is known color: Bright Turquoise. HEX triplet: 05, ED and C5. RGB value is (5,237,197). Sum of RGB (Red+Green+Blue) = 5+237+197=439 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 439); Green value is 237 (92.97% from 255 or 53.99% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 237 - color contains mainly: green. Hex color #05EDC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EDC5 is #FA123A. Grayscale: #A3A3A3. Windows color (decimal): -16388667 or 12971269. OLE color: 12971269.
HSL color Cylindrical-coordinate representation of color #05EDC5: hue angle of 169.66º 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 #05EDC5 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 237 | 197 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.07 |
| HSL | 169.66º | 0.96% | 0.47% | - |
| HSV(B) | 169.66º | 0.98% | 0.93% | - |
| XYZ | 40.42 | 64.63 | 63.17 | - |
| YUV | 163.07 | 147.14 | 15.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 237 | 197 | 0.98 | 0 | 0.17 | 0.07 | 169.66 | 0.96 | 0.47 |
| Hex | 5 | ED | C5 | 62 | 0 | 11 | 7 | AA | 60 | 2F |
| Octal | 5 | 355 | 305 | 142 | 0 | 21 | 7 | 252 | 140 | 57 |
| Binary | 101 | 11101101 | 11000101 | 1100010 | 0 | 10001 | 111 | 10101010 | 1100000 | 101111 |
Color Harmonies of #05EDC5
Complementary color
Monochromatic Colors of #05EDC5
Black with #05EDC5
Text Example
Text Example
White with #05EDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EDC5; }
p { color: rgb(5,237,197); }
H1.HeaderClassName
{
color: #05EDC5;
}
.AnyTagClassName
{
color: #05EDC5;
}
</style>
background-color css
<style>
a { background-color: #05EDC5; }
a { background-color: rgb(5,237,197); }
div.DivClassName
{
background-color: #05EDC5;
}
.BgClassName
{
background-color: #05EDC5;
}
</style>
border-color css
<style>
span { border-color: #05EDC5; }
span { border-color: rgb(5,237,197); }
td.TdClassName
{
border-color: #05EDC5;
}
.TagClassName
{
border-color: #05EDC5;
}
</style>