Shades of Medium Turquoise #5FCFCD
Tints of Medium Turquoise #5FCFCD
RGB
CMYK
RGB Variations
Color information
#5FCFCD (or 0x5FCFCD) is known color: Medium Turquoise. HEX triplet: 5F, CF and CD. RGB value is (95,207,205). Sum of RGB (Red+Green+Blue) = 95+207+205=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCFCD is #A03032. Grayscale: #ADADAD. Windows color (decimal): -10498099 or 13487967. OLE color: 13487967.
HSL color Cylindrical-coordinate representation of color #5FCFCD: hue angle of 178.93º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCFCD is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 205 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.19 |
| HSL | 178.93º | 0.54% | 0.59% | - |
| HSV(B) | 178.93º | 0.54% | 0.81% | - |
| XYZ | 38.05 | 51.47 | 65.69 | - |
| YUV | 173.28 | 145.89 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 205 | 0.54 | 0 | 0.01 | 0.19 | 178.93 | 0.54 | 0.59 |
| Hex | 5F | CF | CD | 36 | 0 | 1 | 13 | B3 | 36 | 3B |
| Octal | 137 | 317 | 315 | 66 | 0 | 1 | 23 | 263 | 66 | 73 |
| Binary | 1011111 | 11001111 | 11001101 | 110110 | 0 | 1 | 10011 | 10110011 | 110110 | 111011 |
Color Harmonies of #5FCFCD
Complementary color
Monochromatic Colors of #5FCFCD
Black with #5FCFCD
Text Example
Text Example
White with #5FCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCFCD; }
p { color: rgb(95,207,205); }
H1.HeaderClassName
{
color: #5FCFCD;
}
.AnyTagClassName
{
color: #5FCFCD;
}
</style>
background-color css
<style>
a { background-color: #5FCFCD; }
a { background-color: rgb(95,207,205); }
div.DivClassName
{
background-color: #5FCFCD;
}
.BgClassName
{
background-color: #5FCFCD;
}
</style>
border-color css
<style>
span { border-color: #5FCFCD; }
span { border-color: rgb(95,207,205); }
td.TdClassName
{
border-color: #5FCFCD;
}
.TagClassName
{
border-color: #5FCFCD;
}
</style>