Shades of Medium Turquoise #5FDED2
Tints of Medium Turquoise #5FDED2
RGB
CMYK
RGB Variations
Color information
#5FDED2 (or 0x5FDED2) is known color: Medium Turquoise. HEX triplet: 5F, DE and D2. RGB value is (95,222,210). Sum of RGB (Red+Green+Blue) = 95+222+210=527 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.03% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDED2 is #A0212D. Grayscale: #B6B6B6. Windows color (decimal): -10494254 or 13819487. OLE color: 13819487.
HSL color Cylindrical-coordinate representation of color #5FDED2: hue angle of 174.33º 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 #5FDED2 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 222 | 210 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.13 |
| HSL | 174.33º | 0.66% | 0.62% | - |
| HSV(B) | 174.33º | 0.57% | 0.87% | - |
| XYZ | 42.47 | 59.33 | 70.19 | - |
| YUV | 182.66 | 143.42 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 210 | 0.57 | 0 | 0.05 | 0.13 | 174.33 | 0.66 | 0.62 |
| Hex | 5F | DE | D2 | 39 | 0 | 5 | D | AE | 42 | 3E |
| Octal | 137 | 336 | 322 | 71 | 0 | 5 | 15 | 256 | 102 | 76 |
| Binary | 1011111 | 11011110 | 11010010 | 111001 | 0 | 101 | 1101 | 10101110 | 1000010 | 111110 |
Color Harmonies of #5FDED2
Complementary color
Monochromatic Colors of #5FDED2
Black with #5FDED2
Text Example
Text Example
White with #5FDED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDED2; }
p { color: rgb(95,222,210); }
H1.HeaderClassName
{
color: #5FDED2;
}
.AnyTagClassName
{
color: #5FDED2;
}
</style>
background-color css
<style>
a { background-color: #5FDED2; }
a { background-color: rgb(95,222,210); }
div.DivClassName
{
background-color: #5FDED2;
}
.BgClassName
{
background-color: #5FDED2;
}
</style>
border-color css
<style>
span { border-color: #5FDED2; }
span { border-color: rgb(95,222,210); }
td.TdClassName
{
border-color: #5FDED2;
}
.TagClassName
{
border-color: #5FDED2;
}
</style>