Shades of Bright Turquoise #05F7D8
Tints of Bright Turquoise #05F7D8
RGB
CMYK
RGB Variations
Color information
#05F7D8 (or 0x05F7D8) is known color: Bright Turquoise. HEX triplet: 05, F7 and D8. RGB value is (5,247,216). Sum of RGB (Red+Green+Blue) = 5+247+216=468 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #05F7D8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F7D8 is #FA0827. Grayscale: #AAAAAA. Windows color (decimal): -16386088 or 14219013. OLE color: 14219013.
HSL color Cylindrical-coordinate representation of color #05F7D8: hue angle of 172.31º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F7D8 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 247 | 216 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.03 |
| HSL | 172.31º | 0.96% | 0.49% | - |
| HSV(B) | 172.31º | 0.98% | 0.97% | - |
| XYZ | 45.72 | 71.51 | 76.36 | - |
| YUV | 171.11 | 153.33 | 9.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 247 | 216 | 0.98 | 0 | 0.13 | 0.03 | 172.31 | 0.96 | 0.49 |
| Hex | 5 | F7 | D8 | 62 | 0 | D | 3 | AC | 60 | 31 |
| Octal | 5 | 367 | 330 | 142 | 0 | 15 | 3 | 254 | 140 | 61 |
| Binary | 101 | 11110111 | 11011000 | 1100010 | 0 | 1101 | 11 | 10101100 | 1100000 | 110001 |
Color Harmonies of #05F7D8
Complementary color
Monochromatic Colors of #05F7D8
Black with #05F7D8
Text Example
Text Example
White with #05F7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F7D8; }
p { color: rgb(5,247,216); }
H1.HeaderClassName
{
color: #05F7D8;
}
.AnyTagClassName
{
color: #05F7D8;
}
</style>
background-color css
<style>
a { background-color: #05F7D8; }
a { background-color: rgb(5,247,216); }
div.DivClassName
{
background-color: #05F7D8;
}
.BgClassName
{
background-color: #05F7D8;
}
</style>
border-color css
<style>
span { border-color: #05F7D8; }
span { border-color: rgb(5,247,216); }
td.TdClassName
{
border-color: #05F7D8;
}
.TagClassName
{
border-color: #05F7D8;
}
</style>