Shades of Turquoise Blue #5FEDDD
Tints of Turquoise Blue #5FEDDD
RGB
CMYK
RGB Variations
Color information
#5FEDDD (or 0x5FEDDD) is known color: Turquoise Blue. HEX triplet: 5F, ED and DD. RGB value is (95,237,221). Sum of RGB (Red+Green+Blue) = 95+237+221=553 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.18% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #5FEDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEDDD is #A01222. Grayscale: #C0C0C0. Windows color (decimal): -10490403 or 14544223. OLE color: 14544223.
HSL color Cylindrical-coordinate representation of color #5FEDDD: hue angle of 173.24º 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 #5FEDDD is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 237 | 221 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.07 |
| HSL | 173.24º | 0.8% | 0.65% | - |
| HSV(B) | 173.24º | 0.6% | 0.93% | - |
| XYZ | 48.05 | 68.22 | 79.04 | - |
| YUV | 192.72 | 143.96 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 237 | 221 | 0.60 | 0 | 0.07 | 0.07 | 173.24 | 0.8 | 0.65 |
| Hex | 5F | ED | DD | 3C | 0 | 7 | 7 | AD | 50 | 41 |
| Octal | 137 | 355 | 335 | 74 | 0 | 7 | 7 | 255 | 120 | 101 |
| Binary | 1011111 | 11101101 | 11011101 | 111100 | 0 | 111 | 111 | 10101101 | 1010000 | 1000001 |
Color Harmonies of #5FEDDD
Complementary color
Monochromatic Colors of #5FEDDD
Black with #5FEDDD
Text Example
Text Example
White with #5FEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEDDD; }
p { color: rgb(95,237,221); }
H1.HeaderClassName
{
color: #5FEDDD;
}
.AnyTagClassName
{
color: #5FEDDD;
}
</style>
background-color css
<style>
a { background-color: #5FEDDD; }
a { background-color: rgb(95,237,221); }
div.DivClassName
{
background-color: #5FEDDD;
}
.BgClassName
{
background-color: #5FEDDD;
}
</style>
border-color css
<style>
span { border-color: #5FEDDD; }
span { border-color: rgb(95,237,221); }
td.TdClassName
{
border-color: #5FEDDD;
}
.TagClassName
{
border-color: #5FEDDD;
}
</style>