Shades of Medium Turquoise #5FDDD4
Tints of Medium Turquoise #5FDDD4
RGB
CMYK
RGB Variations
Color information
#5FDDD4 (or 0x5FDDD4) is known color: Medium Turquoise. HEX triplet: 5F, DD and D4. RGB value is (95,221,212). Sum of RGB (Red+Green+Blue) = 95+221+212=528 (69% of max value = 765). Red value is 95 (37.5% from 255 or 17.99% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDDD4 is #A0222B. Grayscale: #B6B6B6. Windows color (decimal): -10494508 or 13950303. OLE color: 13950303.
HSL color Cylindrical-coordinate representation of color #5FDDD4: hue angle of 175.71º 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 #5FDDD4 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 221 | 212 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.13 |
| HSL | 175.71º | 0.65% | 0.62% | - |
| HSV(B) | 175.71º | 0.57% | 0.87% | - |
| XYZ | 42.46 | 58.9 | 71.42 | - |
| YUV | 182.3 | 144.76 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 212 | 0.57 | 0 | 0.04 | 0.13 | 175.71 | 0.65 | 0.62 |
| Hex | 5F | DD | D4 | 39 | 0 | 4 | D | B0 | 41 | 3E |
| Octal | 137 | 335 | 324 | 71 | 0 | 4 | 15 | 260 | 101 | 76 |
| Binary | 1011111 | 11011101 | 11010100 | 111001 | 0 | 100 | 1101 | 10110000 | 1000001 | 111110 |
Color Harmonies of #5FDDD4
Complementary color
Monochromatic Colors of #5FDDD4
Black with #5FDDD4
Text Example
Text Example
White with #5FDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDDD4; }
p { color: rgb(95,221,212); }
H1.HeaderClassName
{
color: #5FDDD4;
}
.AnyTagClassName
{
color: #5FDDD4;
}
</style>
background-color css
<style>
a { background-color: #5FDDD4; }
a { background-color: rgb(95,221,212); }
div.DivClassName
{
background-color: #5FDDD4;
}
.BgClassName
{
background-color: #5FDDD4;
}
</style>
border-color css
<style>
span { border-color: #5FDDD4; }
span { border-color: rgb(95,221,212); }
td.TdClassName
{
border-color: #5FDDD4;
}
.TagClassName
{
border-color: #5FDDD4;
}
</style>