Shades of Medium Turquoise #5FDED3
Tints of Medium Turquoise #5FDED3
RGB
CMYK
RGB Variations
Color information
#5FDED3 (or 0x5FDED3) is known color: Medium Turquoise. HEX triplet: 5F, DE and D3. RGB value is (95,222,211). Sum of RGB (Red+Green+Blue) = 95+222+211=528 (69% of max value = 765). Red value is 95 (37.5% from 255 or 17.99% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDED3 is #A0212C. Grayscale: #B6B6B6. Windows color (decimal): -10494253 or 13885023. OLE color: 13885023.
HSL color Cylindrical-coordinate representation of color #5FDED3: hue angle of 174.8º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDED3 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 222 | 211 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.13 |
| HSL | 174.8º | 0.66% | 0.62% | - |
| HSV(B) | 174.8º | 0.57% | 0.87% | - |
| XYZ | 42.6 | 59.38 | 70.84 | - |
| YUV | 182.77 | 143.92 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 211 | 0.57 | 0 | 0.05 | 0.13 | 174.8 | 0.66 | 0.62 |
| Hex | 5F | DE | D3 | 39 | 0 | 5 | D | AF | 42 | 3E |
| Octal | 137 | 336 | 323 | 71 | 0 | 5 | 15 | 257 | 102 | 76 |
| Binary | 1011111 | 11011110 | 11010011 | 111001 | 0 | 101 | 1101 | 10101111 | 1000010 | 111110 |
Color Harmonies of #5FDED3
Complementary color
Monochromatic Colors of #5FDED3
Black with #5FDED3
Text Example
Text Example
White with #5FDED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDED3; }
p { color: rgb(95,222,211); }
H1.HeaderClassName
{
color: #5FDED3;
}
.AnyTagClassName
{
color: #5FDED3;
}
</style>
background-color css
<style>
a { background-color: #5FDED3; }
a { background-color: rgb(95,222,211); }
div.DivClassName
{
background-color: #5FDED3;
}
.BgClassName
{
background-color: #5FDED3;
}
</style>
border-color css
<style>
span { border-color: #5FDED3; }
span { border-color: rgb(95,222,211); }
td.TdClassName
{
border-color: #5FDED3;
}
.TagClassName
{
border-color: #5FDED3;
}
</style>