Shades of Medium Turquoise #5FD0CF
Tints of Medium Turquoise #5FD0CF
RGB
CMYK
RGB Variations
Color information
#5FD0CF (or 0x5FD0CF) is known color: Medium Turquoise. HEX triplet: 5F, D0 and CF. RGB value is (95,208,207). Sum of RGB (Red+Green+Blue) = 95+208+207=510 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.63% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD0CF is #A02F30. Grayscale: #ADADAD. Windows color (decimal): -10497841 or 13619295. OLE color: 13619295.
HSL color Cylindrical-coordinate representation of color #5FD0CF: hue angle of 179.47º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FD0CF is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 207 | - |
| CMYK | 0.54 | 0 | 0.00 | 0.18 |
| HSL | 179.47º | 0.55% | 0.59% | - |
| HSV(B) | 179.47º | 0.54% | 0.82% | - |
| XYZ | 38.54 | 52.05 | 67.05 | - |
| YUV | 174.1 | 146.56 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 207 | 0.54 | 0 | 0.00 | 0.18 | 179.47 | 0.55 | 0.59 |
| Hex | 5F | D0 | CF | 36 | 0 | 0 | 12 | B3 | 37 | 3B |
| Octal | 137 | 320 | 317 | 66 | 0 | 0 | 22 | 263 | 67 | 73 |
| Binary | 1011111 | 11010000 | 11001111 | 110110 | 0 | 0 | 10010 | 10110011 | 110111 | 111011 |
Color Harmonies of #5FD0CF
Complementary color
Monochromatic Colors of #5FD0CF
Black with #5FD0CF
Text Example
Text Example
White with #5FD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD0CF; }
p { color: rgb(95,208,207); }
H1.HeaderClassName
{
color: #5FD0CF;
}
.AnyTagClassName
{
color: #5FD0CF;
}
</style>
background-color css
<style>
a { background-color: #5FD0CF; }
a { background-color: rgb(95,208,207); }
div.DivClassName
{
background-color: #5FD0CF;
}
.BgClassName
{
background-color: #5FD0CF;
}
</style>
border-color css
<style>
span { border-color: #5FD0CF; }
span { border-color: rgb(95,208,207); }
td.TdClassName
{
border-color: #5FD0CF;
}
.TagClassName
{
border-color: #5FD0CF;
}
</style>