Shades of Medium Turquoise #5FCACD
Tints of Medium Turquoise #5FCACD
RGB
CMYK
RGB Variations
Color information
#5FCACD (or 0x5FCACD) is known color: Medium Turquoise. HEX triplet: 5F, CA and CD. RGB value is (95,202,205). Sum of RGB (Red+Green+Blue) = 95+202+205=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #5FCACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCACD is #A03532. Grayscale: #AAAAAA. Windows color (decimal): -10499379 or 13486687. OLE color: 13486687.
HSL color Cylindrical-coordinate representation of color #5FCACD: hue angle of 181.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCACD is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 202 | 205 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.20 |
| HSL | 181.64º | 0.52% | 0.59% | - |
| HSV(B) | 181.64º | 0.54% | 0.8% | - |
| XYZ | 36.86 | 49.08 | 65.29 | - |
| YUV | 170.35 | 147.55 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 205 | 0.54 | 0.01 | 0 | 0.20 | 181.64 | 0.52 | 0.59 |
| Hex | 5F | CA | CD | 36 | 1 | 0 | 14 | B6 | 34 | 3B |
| Octal | 137 | 312 | 315 | 66 | 1 | 0 | 24 | 266 | 64 | 73 |
| Binary | 1011111 | 11001010 | 11001101 | 110110 | 1 | 0 | 10100 | 10110110 | 110100 | 111011 |
Color Harmonies of #5FCACD
Complementary color
Monochromatic Colors of #5FCACD
Black with #5FCACD
Text Example
Text Example
White with #5FCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCACD; }
p { color: rgb(95,202,205); }
H1.HeaderClassName
{
color: #5FCACD;
}
.AnyTagClassName
{
color: #5FCACD;
}
</style>
background-color css
<style>
a { background-color: #5FCACD; }
a { background-color: rgb(95,202,205); }
div.DivClassName
{
background-color: #5FCACD;
}
.BgClassName
{
background-color: #5FCACD;
}
</style>
border-color css
<style>
span { border-color: #5FCACD; }
span { border-color: rgb(95,202,205); }
td.TdClassName
{
border-color: #5FCACD;
}
.TagClassName
{
border-color: #5FCACD;
}
</style>