Shades of Bright Turquoise #05F8D1
Tints of Bright Turquoise #05F8D1
RGB
CMYK
RGB Variations
Color information
#05F8D1 (or 0x05F8D1) is known color: Bright Turquoise. HEX triplet: 05, F8 and D1. RGB value is (5,248,209). Sum of RGB (Red+Green+Blue) = 5+248+209=462 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 462); Green value is 248 (97.27% from 255 or 53.68% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 248 - color contains mainly: green. Hex color #05F8D1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F8D1 is #FA072E. Grayscale: #AAAAAA. Windows color (decimal): -16385839 or 13760517. OLE color: 13760517.
HSL color Cylindrical-coordinate representation of color #05F8D1: hue angle of 170.37º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F8D1 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 248 | 209 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.03 |
| HSL | 170.37º | 0.96% | 0.5% | - |
| HSV(B) | 170.37º | 0.98% | 0.97% | - |
| XYZ | 45.14 | 71.77 | 71.8 | - |
| YUV | 170.9 | 149.49 | 9.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 248 | 209 | 0.98 | 0 | 0.16 | 0.03 | 170.37 | 0.96 | 0.5 |
| Hex | 5 | F8 | D1 | 62 | 0 | 10 | 3 | AA | 60 | 32 |
| Octal | 5 | 370 | 321 | 142 | 0 | 20 | 3 | 252 | 140 | 62 |
| Binary | 101 | 11111000 | 11010001 | 1100010 | 0 | 10000 | 11 | 10101010 | 1100000 | 110010 |
Color Harmonies of #05F8D1
Complementary color
Monochromatic Colors of #05F8D1
Black with #05F8D1
Text Example
Text Example
White with #05F8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F8D1; }
p { color: rgb(5,248,209); }
H1.HeaderClassName
{
color: #05F8D1;
}
.AnyTagClassName
{
color: #05F8D1;
}
</style>
background-color css
<style>
a { background-color: #05F8D1; }
a { background-color: rgb(5,248,209); }
div.DivClassName
{
background-color: #05F8D1;
}
.BgClassName
{
background-color: #05F8D1;
}
</style>
border-color css
<style>
span { border-color: #05F8D1; }
span { border-color: rgb(5,248,209); }
td.TdClassName
{
border-color: #05F8D1;
}
.TagClassName
{
border-color: #05F8D1;
}
</style>