Shades of Turquoise Blue #5FE5D9
Tints of Turquoise Blue #5FE5D9
RGB
CMYK
RGB Variations
Color information
#5FE5D9 (or 0x5FE5D9) is known color: Turquoise Blue. HEX triplet: 5F, E5 and D9. RGB value is (95,229,217). Sum of RGB (Red+Green+Blue) = 95+229+217=541 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.56% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE5D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE5D9 is #A01A26. Grayscale: #BBBBBB. Windows color (decimal): -10492455 or 14280031. OLE color: 14280031.
HSL color Cylindrical-coordinate representation of color #5FE5D9: hue angle of 174.63º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE5D9 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 229 | 217 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.10 |
| HSL | 174.63º | 0.72% | 0.64% | - |
| HSV(B) | 174.63º | 0.59% | 0.9% | - |
| XYZ | 45.26 | 63.48 | 75.51 | - |
| YUV | 187.57 | 144.61 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 229 | 217 | 0.59 | 0 | 0.05 | 0.10 | 174.63 | 0.72 | 0.64 |
| Hex | 5F | E5 | D9 | 3B | 0 | 5 | A | AF | 48 | 40 |
| Octal | 137 | 345 | 331 | 73 | 0 | 5 | 12 | 257 | 110 | 100 |
| Binary | 1011111 | 11100101 | 11011001 | 111011 | 0 | 101 | 1010 | 10101111 | 1001000 | 1000000 |
Color Harmonies of #5FE5D9
Complementary color
Monochromatic Colors of #5FE5D9
Black with #5FE5D9
Text Example
Text Example
White with #5FE5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE5D9; }
p { color: rgb(95,229,217); }
H1.HeaderClassName
{
color: #5FE5D9;
}
.AnyTagClassName
{
color: #5FE5D9;
}
</style>
background-color css
<style>
a { background-color: #5FE5D9; }
a { background-color: rgb(95,229,217); }
div.DivClassName
{
background-color: #5FE5D9;
}
.BgClassName
{
background-color: #5FE5D9;
}
</style>
border-color css
<style>
span { border-color: #5FE5D9; }
span { border-color: rgb(95,229,217); }
td.TdClassName
{
border-color: #5FE5D9;
}
.TagClassName
{
border-color: #5FE5D9;
}
</style>