Shades of Turquoise Blue #5FEDDA
Tints of Turquoise Blue #5FEDDA
RGB
CMYK
RGB Variations
Color information
#5FEDDA (or 0x5FEDDA) is known color: Turquoise Blue. HEX triplet: 5F, ED and DA. RGB value is (95,237,218). Sum of RGB (Red+Green+Blue) = 95+237+218=550 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.27% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #5FEDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEDDA is #A01225. Grayscale: #C0C0C0. Windows color (decimal): -10490406 or 14347615. OLE color: 14347615.
HSL color Cylindrical-coordinate representation of color #5FEDDA: hue angle of 171.97º 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 #5FEDDA is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 237 | 218 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.07 |
| HSL | 171.97º | 0.8% | 0.65% | - |
| HSV(B) | 171.97º | 0.6% | 0.93% | - |
| XYZ | 47.66 | 68.06 | 76.96 | - |
| YUV | 192.38 | 142.46 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 237 | 218 | 0.60 | 0 | 0.08 | 0.07 | 171.97 | 0.8 | 0.65 |
| Hex | 5F | ED | DA | 3C | 0 | 8 | 7 | AC | 50 | 41 |
| Octal | 137 | 355 | 332 | 74 | 0 | 10 | 7 | 254 | 120 | 101 |
| Binary | 1011111 | 11101101 | 11011010 | 111100 | 0 | 1000 | 111 | 10101100 | 1010000 | 1000001 |
Color Harmonies of #5FEDDA
Complementary color
Monochromatic Colors of #5FEDDA
Black with #5FEDDA
Text Example
Text Example
White with #5FEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEDDA; }
p { color: rgb(95,237,218); }
H1.HeaderClassName
{
color: #5FEDDA;
}
.AnyTagClassName
{
color: #5FEDDA;
}
</style>
background-color css
<style>
a { background-color: #5FEDDA; }
a { background-color: rgb(95,237,218); }
div.DivClassName
{
background-color: #5FEDDA;
}
.BgClassName
{
background-color: #5FEDDA;
}
</style>
border-color css
<style>
span { border-color: #5FEDDA; }
span { border-color: rgb(95,237,218); }
td.TdClassName
{
border-color: #5FEDDA;
}
.TagClassName
{
border-color: #5FEDDA;
}
</style>