Shades of Medium Turquoise #5FDACF
Tints of Medium Turquoise #5FDACF
RGB
CMYK
RGB Variations
Color information
#5FDACF (or 0x5FDACF) is known color: Medium Turquoise. HEX triplet: 5F, DA and CF. RGB value is (95,218,207). Sum of RGB (Red+Green+Blue) = 95+218+207=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDACF is #A02530. Grayscale: #B3B3B3. Windows color (decimal): -10495281 or 13621855. OLE color: 13621855.
HSL color Cylindrical-coordinate representation of color #5FDACF: hue angle of 174.63º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FDACF is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 207 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.15 |
| HSL | 174.63º | 0.62% | 0.61% | - |
| HSV(B) | 174.63º | 0.56% | 0.85% | - |
| XYZ | 41.05 | 57.08 | 67.89 | - |
| YUV | 179.97 | 143.25 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 207 | 0.56 | 0 | 0.05 | 0.15 | 174.63 | 0.62 | 0.61 |
| Hex | 5F | DA | CF | 38 | 0 | 5 | F | AF | 3E | 3D |
| Octal | 137 | 332 | 317 | 70 | 0 | 5 | 17 | 257 | 76 | 75 |
| Binary | 1011111 | 11011010 | 11001111 | 111000 | 0 | 101 | 1111 | 10101111 | 111110 | 111101 |
Color Harmonies of #5FDACF
Complementary color
Monochromatic Colors of #5FDACF
Black with #5FDACF
Text Example
Text Example
White with #5FDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDACF; }
p { color: rgb(95,218,207); }
H1.HeaderClassName
{
color: #5FDACF;
}
.AnyTagClassName
{
color: #5FDACF;
}
</style>
background-color css
<style>
a { background-color: #5FDACF; }
a { background-color: rgb(95,218,207); }
div.DivClassName
{
background-color: #5FDACF;
}
.BgClassName
{
background-color: #5FDACF;
}
</style>
border-color css
<style>
span { border-color: #5FDACF; }
span { border-color: rgb(95,218,207); }
td.TdClassName
{
border-color: #5FDACF;
}
.TagClassName
{
border-color: #5FDACF;
}
</style>