Shades of Medium Turquoise #5FDDD3
Tints of Medium Turquoise #5FDDD3
RGB
CMYK
RGB Variations
Color information
#5FDDD3 (or 0x5FDDD3) is known color: Medium Turquoise. HEX triplet: 5F, DD and D3. RGB value is (95,221,211). Sum of RGB (Red+Green+Blue) = 95+221+211=527 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.03% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDDD3 is #A0222C. Grayscale: #B6B6B6. Windows color (decimal): -10494509 or 13884767. OLE color: 13884767.
HSL color Cylindrical-coordinate representation of color #5FDDD3: hue angle of 175.24º degrees, saturation: 0.65, 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 #5FDDD3 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 221 | 211 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.13 |
| HSL | 175.24º | 0.65% | 0.62% | - |
| HSV(B) | 175.24º | 0.57% | 0.87% | - |
| XYZ | 42.33 | 58.85 | 70.76 | - |
| YUV | 182.19 | 144.26 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 211 | 0.57 | 0 | 0.05 | 0.13 | 175.24 | 0.65 | 0.62 |
| Hex | 5F | DD | D3 | 39 | 0 | 5 | D | AF | 41 | 3E |
| Octal | 137 | 335 | 323 | 71 | 0 | 5 | 15 | 257 | 101 | 76 |
| Binary | 1011111 | 11011101 | 11010011 | 111001 | 0 | 101 | 1101 | 10101111 | 1000001 | 111110 |
Color Harmonies of #5FDDD3
Complementary color
Monochromatic Colors of #5FDDD3
Black with #5FDDD3
Text Example
Text Example
White with #5FDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDDD3; }
p { color: rgb(95,221,211); }
H1.HeaderClassName
{
color: #5FDDD3;
}
.AnyTagClassName
{
color: #5FDDD3;
}
</style>
background-color css
<style>
a { background-color: #5FDDD3; }
a { background-color: rgb(95,221,211); }
div.DivClassName
{
background-color: #5FDDD3;
}
.BgClassName
{
background-color: #5FDDD3;
}
</style>
border-color css
<style>
span { border-color: #5FDDD3; }
span { border-color: rgb(95,221,211); }
td.TdClassName
{
border-color: #5FDDD3;
}
.TagClassName
{
border-color: #5FDDD3;
}
</style>