Shades of Medium Turquoise #5FCFCA
Tints of Medium Turquoise #5FCFCA
RGB
CMYK
RGB Variations
Color information
#5FCFCA (or 0x5FCFCA) is known color: Medium Turquoise. HEX triplet: 5F, CF and CA. RGB value is (95,207,202). Sum of RGB (Red+Green+Blue) = 95+207+202=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCFCA is #A03035. Grayscale: #ACACAC. Windows color (decimal): -10498102 or 13291359. OLE color: 13291359.
HSL color Cylindrical-coordinate representation of color #5FCFCA: hue angle of 177.32º 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 #5FCFCA is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 202 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.19 |
| HSL | 177.32º | 0.54% | 0.59% | - |
| HSV(B) | 177.32º | 0.54% | 0.81% | - |
| XYZ | 37.69 | 51.32 | 63.8 | - |
| YUV | 172.94 | 144.39 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 202 | 0.54 | 0 | 0.02 | 0.19 | 177.32 | 0.54 | 0.59 |
| Hex | 5F | CF | CA | 36 | 0 | 2 | 13 | B1 | 36 | 3B |
| Octal | 137 | 317 | 312 | 66 | 0 | 2 | 23 | 261 | 66 | 73 |
| Binary | 1011111 | 11001111 | 11001010 | 110110 | 0 | 10 | 10011 | 10110001 | 110110 | 111011 |
Color Harmonies of #5FCFCA
Complementary color
Monochromatic Colors of #5FCFCA
Black with #5FCFCA
Text Example
Text Example
White with #5FCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCFCA; }
p { color: rgb(95,207,202); }
H1.HeaderClassName
{
color: #5FCFCA;
}
.AnyTagClassName
{
color: #5FCFCA;
}
</style>
background-color css
<style>
a { background-color: #5FCFCA; }
a { background-color: rgb(95,207,202); }
div.DivClassName
{
background-color: #5FCFCA;
}
.BgClassName
{
background-color: #5FCFCA;
}
</style>
border-color css
<style>
span { border-color: #5FCFCA; }
span { border-color: rgb(95,207,202); }
td.TdClassName
{
border-color: #5FCFCA;
}
.TagClassName
{
border-color: #5FCFCA;
}
</style>