Shades of Medium Turquoise #5FC5CC
Tints of Medium Turquoise #5FC5CC
RGB
CMYK
RGB Variations
Color information
#5FC5CC (or 0x5FC5CC) is known color: Medium Turquoise. HEX triplet: 5F, C5 and CC. RGB value is (95,197,204). Sum of RGB (Red+Green+Blue) = 95+197+204=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FC5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC5CC is #A03A33. Grayscale: #A7A7A7. Windows color (decimal): -10500660 or 13419871. OLE color: 13419871.
HSL color Cylindrical-coordinate representation of color #5FC5CC: hue angle of 183.85º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FC5CC is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 197 | 204 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.2 |
| HSL | 183.85º | 0.52% | 0.59% | - |
| HSV(B) | 183.85º | 0.53% | 0.8% | - |
| XYZ | 35.58 | 46.73 | 64.27 | - |
| YUV | 167.3 | 148.71 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 204 | 0.53 | 0.03 | 0 | 0.2 | 183.85 | 0.52 | 0.59 |
| Hex | 5F | C5 | CC | 35 | 3 | 0 | 14 | B8 | 34 | 3B |
| Octal | 137 | 305 | 314 | 65 | 3 | 0 | 24 | 270 | 64 | 73 |
| Binary | 1011111 | 11000101 | 11001100 | 110101 | 11 | 0 | 10100 | 10111000 | 110100 | 111011 |
Color Harmonies of #5FC5CC
Complementary color
Monochromatic Colors of #5FC5CC
Black with #5FC5CC
Text Example
Text Example
White with #5FC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC5CC; }
p { color: rgb(95,197,204); }
H1.HeaderClassName
{
color: #5FC5CC;
}
.AnyTagClassName
{
color: #5FC5CC;
}
</style>
background-color css
<style>
a { background-color: #5FC5CC; }
a { background-color: rgb(95,197,204); }
div.DivClassName
{
background-color: #5FC5CC;
}
.BgClassName
{
background-color: #5FC5CC;
}
</style>
border-color css
<style>
span { border-color: #5FC5CC; }
span { border-color: rgb(95,197,204); }
td.TdClassName
{
border-color: #5FC5CC;
}
.TagClassName
{
border-color: #5FC5CC;
}
</style>