Shades of Turquoise Blue #5FEDD9
Tints of Turquoise Blue #5FEDD9
RGB
CMYK
RGB Variations
Color information
#5FEDD9 (or 0x5FEDD9) is known color: Turquoise Blue. HEX triplet: 5F, ED and D9. RGB value is (95,237,217). Sum of RGB (Red+Green+Blue) = 95+237+217=549 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.30% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #5FEDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEDD9 is #A01226. Grayscale: #C0C0C0. Windows color (decimal): -10490407 or 14282079. OLE color: 14282079.
HSL color Cylindrical-coordinate representation of color #5FEDD9: hue angle of 171.55º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEDD9 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 237 | 217 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.07 |
| HSL | 171.55º | 0.8% | 0.65% | - |
| HSV(B) | 171.55º | 0.6% | 0.93% | - |
| XYZ | 47.53 | 68.01 | 76.27 | - |
| YUV | 192.26 | 141.96 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 237 | 217 | 0.60 | 0 | 0.08 | 0.07 | 171.55 | 0.8 | 0.65 |
| Hex | 5F | ED | D9 | 3C | 0 | 8 | 7 | AC | 50 | 41 |
| Octal | 137 | 355 | 331 | 74 | 0 | 10 | 7 | 254 | 120 | 101 |
| Binary | 1011111 | 11101101 | 11011001 | 111100 | 0 | 1000 | 111 | 10101100 | 1010000 | 1000001 |
Color Harmonies of #5FEDD9
Complementary color
Monochromatic Colors of #5FEDD9
Black with #5FEDD9
Text Example
Text Example
White with #5FEDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEDD9; }
p { color: rgb(95,237,217); }
H1.HeaderClassName
{
color: #5FEDD9;
}
.AnyTagClassName
{
color: #5FEDD9;
}
</style>
background-color css
<style>
a { background-color: #5FEDD9; }
a { background-color: rgb(95,237,217); }
div.DivClassName
{
background-color: #5FEDD9;
}
.BgClassName
{
background-color: #5FEDD9;
}
</style>
border-color css
<style>
span { border-color: #5FEDD9; }
span { border-color: rgb(95,237,217); }
td.TdClassName
{
border-color: #5FEDD9;
}
.TagClassName
{
border-color: #5FEDD9;
}
</style>