Shades of Medium Turquoise #5FC4CA
Tints of Medium Turquoise #5FC4CA
RGB
CMYK
RGB Variations
Color information
#5FC4CA (or 0x5FC4CA) is known color: Medium Turquoise. HEX triplet: 5F, C4 and CA. RGB value is (95,196,202). Sum of RGB (Red+Green+Blue) = 95+196+202=493 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.27% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #5FC4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC4CA is #A03B35. Grayscale: #A6A6A6. Windows color (decimal): -10500918 or 13288543. OLE color: 13288543.
HSL color Cylindrical-coordinate representation of color #5FC4CA: hue angle of 183.36º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FC4CA is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 196 | 202 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.21 |
| HSL | 183.36º | 0.5% | 0.58% | - |
| HSV(B) | 183.36º | 0.53% | 0.79% | - |
| XYZ | 35.12 | 46.18 | 62.94 | - |
| YUV | 166.49 | 148.04 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 196 | 202 | 0.53 | 0.03 | 0 | 0.21 | 183.36 | 0.5 | 0.58 |
| Hex | 5F | C4 | CA | 35 | 3 | 0 | 15 | B7 | 32 | 3A |
| Octal | 137 | 304 | 312 | 65 | 3 | 0 | 25 | 267 | 62 | 72 |
| Binary | 1011111 | 11000100 | 11001010 | 110101 | 11 | 0 | 10101 | 10110111 | 110010 | 111010 |
Color Harmonies of #5FC4CA
Complementary color
Monochromatic Colors of #5FC4CA
Black with #5FC4CA
Text Example
Text Example
White with #5FC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC4CA; }
p { color: rgb(95,196,202); }
H1.HeaderClassName
{
color: #5FC4CA;
}
.AnyTagClassName
{
color: #5FC4CA;
}
</style>
background-color css
<style>
a { background-color: #5FC4CA; }
a { background-color: rgb(95,196,202); }
div.DivClassName
{
background-color: #5FC4CA;
}
.BgClassName
{
background-color: #5FC4CA;
}
</style>
border-color css
<style>
span { border-color: #5FC4CA; }
span { border-color: rgb(95,196,202); }
td.TdClassName
{
border-color: #5FC4CA;
}
.TagClassName
{
border-color: #5FC4CA;
}
</style>