Shades of Medium Turquoise #5FD1CC
Tints of Medium Turquoise #5FD1CC
RGB
CMYK
RGB Variations
Color information
#5FD1CC (or 0x5FD1CC) is known color: Medium Turquoise. HEX triplet: 5F, D1 and CC. RGB value is (95,209,204). Sum of RGB (Red+Green+Blue) = 95+209+204=508 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.70% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD1CC is #A02E33. Grayscale: #AEAEAE. Windows color (decimal): -10497588 or 13422943. OLE color: 13422943.
HSL color Cylindrical-coordinate representation of color #5FD1CC: hue angle of 177.37º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD1CC is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 204 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.18 |
| HSL | 177.37º | 0.55% | 0.6% | - |
| HSV(B) | 177.37º | 0.55% | 0.82% | - |
| XYZ | 38.42 | 52.39 | 65.21 | - |
| YUV | 174.34 | 144.73 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 204 | 0.55 | 0 | 0.02 | 0.18 | 177.37 | 0.55 | 0.6 |
| Hex | 5F | D1 | CC | 37 | 0 | 2 | 12 | B1 | 37 | 3C |
| Octal | 137 | 321 | 314 | 67 | 0 | 2 | 22 | 261 | 67 | 74 |
| Binary | 1011111 | 11010001 | 11001100 | 110111 | 0 | 10 | 10010 | 10110001 | 110111 | 111100 |
Color Harmonies of #5FD1CC
Complementary color
Monochromatic Colors of #5FD1CC
Black with #5FD1CC
Text Example
Text Example
White with #5FD1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD1CC; }
p { color: rgb(95,209,204); }
H1.HeaderClassName
{
color: #5FD1CC;
}
.AnyTagClassName
{
color: #5FD1CC;
}
</style>
background-color css
<style>
a { background-color: #5FD1CC; }
a { background-color: rgb(95,209,204); }
div.DivClassName
{
background-color: #5FD1CC;
}
.BgClassName
{
background-color: #5FD1CC;
}
</style>
border-color css
<style>
span { border-color: #5FD1CC; }
span { border-color: rgb(95,209,204); }
td.TdClassName
{
border-color: #5FD1CC;
}
.TagClassName
{
border-color: #5FD1CC;
}
</style>