Shades of Medium Turquoise #5FC4CC
Tints of Medium Turquoise #5FC4CC
RGB
CMYK
RGB Variations
Color information
#5FC4CC (or 0x5FC4CC) is known color: Medium Turquoise. HEX triplet: 5F, C4 and CC. RGB value is (95,196,204). Sum of RGB (Red+Green+Blue) = 95+196+204=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FC4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC4CC is #A03B33. Grayscale: #A6A6A6. Windows color (decimal): -10500916 or 13419615. OLE color: 13419615.
HSL color Cylindrical-coordinate representation of color #5FC4CC: hue angle of 184.4º 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 #5FC4CC is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 196 | 204 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.2 |
| HSL | 184.4º | 0.52% | 0.59% | - |
| HSV(B) | 184.4º | 0.53% | 0.8% | - |
| XYZ | 35.36 | 46.27 | 64.19 | - |
| YUV | 166.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 196 | 204 | 0.53 | 0.04 | 0 | 0.2 | 184.4 | 0.52 | 0.59 |
| Hex | 5F | C4 | CC | 35 | 4 | 0 | 14 | B8 | 34 | 3B |
| Octal | 137 | 304 | 314 | 65 | 4 | 0 | 24 | 270 | 64 | 73 |
| Binary | 1011111 | 11000100 | 11001100 | 110101 | 100 | 0 | 10100 | 10111000 | 110100 | 111011 |
Color Harmonies of #5FC4CC
Complementary color
Monochromatic Colors of #5FC4CC
Black with #5FC4CC
Text Example
Text Example
White with #5FC4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC4CC; }
p { color: rgb(95,196,204); }
H1.HeaderClassName
{
color: #5FC4CC;
}
.AnyTagClassName
{
color: #5FC4CC;
}
</style>
background-color css
<style>
a { background-color: #5FC4CC; }
a { background-color: rgb(95,196,204); }
div.DivClassName
{
background-color: #5FC4CC;
}
.BgClassName
{
background-color: #5FC4CC;
}
</style>
border-color css
<style>
span { border-color: #5FC4CC; }
span { border-color: rgb(95,196,204); }
td.TdClassName
{
border-color: #5FC4CC;
}
.TagClassName
{
border-color: #5FC4CC;
}
</style>