Shades of Bright Turquoise #05FDC9
Tints of Bright Turquoise #05FDC9
RGB
CMYK
RGB Variations
Color information
#05FDC9 (or 0x05FDC9) is known color: Bright Turquoise. HEX triplet: 05, FD and C9. RGB value is (5,253,201). Sum of RGB (Red+Green+Blue) = 5+253+201=459 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #05FDC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FDC9 is #FA0236. Grayscale: #ACACAC. Windows color (decimal): -16384567 or 13237509. OLE color: 13237509.
HSL color Cylindrical-coordinate representation of color #05FDC9: hue angle of 167.42º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FDC9 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 253 | 201 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.01 |
| HSL | 167.42º | 0.98% | 0.51% | - |
| HSV(B) | 167.42º | 0.98% | 0.99% | - |
| XYZ | 45.73 | 74.5 | 67.23 | - |
| YUV | 172.92 | 143.84 | 8.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 253 | 201 | 0.98 | 0 | 0.21 | 0.01 | 167.42 | 0.98 | 0.51 |
| Hex | 5 | FD | C9 | 62 | 0 | 15 | 1 | A7 | 62 | 33 |
| Octal | 5 | 375 | 311 | 142 | 0 | 25 | 1 | 247 | 142 | 63 |
| Binary | 101 | 11111101 | 11001001 | 1100010 | 0 | 10101 | 1 | 10100111 | 1100010 | 110011 |
Color Harmonies of #05FDC9
Complementary color
Monochromatic Colors of #05FDC9
Black with #05FDC9
Text Example
Text Example
White with #05FDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FDC9; }
p { color: rgb(5,253,201); }
H1.HeaderClassName
{
color: #05FDC9;
}
.AnyTagClassName
{
color: #05FDC9;
}
</style>
background-color css
<style>
a { background-color: #05FDC9; }
a { background-color: rgb(5,253,201); }
div.DivClassName
{
background-color: #05FDC9;
}
.BgClassName
{
background-color: #05FDC9;
}
</style>
border-color css
<style>
span { border-color: #05FDC9; }
span { border-color: rgb(5,253,201); }
td.TdClassName
{
border-color: #05FDC9;
}
.TagClassName
{
border-color: #05FDC9;
}
</style>