Shades of Medium Turquoise #5FDCCF
Tints of Medium Turquoise #5FDCCF
RGB
CMYK
RGB Variations
Color information
#5FDCCF (or 0x5FDCCF) is known color: Medium Turquoise. HEX triplet: 5F, DC and CF. RGB value is (95,220,207). Sum of RGB (Red+Green+Blue) = 95+220+207=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDCCF is #A02330. Grayscale: #B5B5B5. Windows color (decimal): -10494769 or 13622367. OLE color: 13622367.
HSL color Cylindrical-coordinate representation of color #5FDCCF: hue angle of 173.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDCCF is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 207 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.14 |
| HSL | 173.76º | 0.64% | 0.62% | - |
| HSV(B) | 173.76º | 0.57% | 0.86% | - |
| XYZ | 41.58 | 58.12 | 68.06 | - |
| YUV | 181.14 | 142.59 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 207 | 0.57 | 0 | 0.06 | 0.14 | 173.76 | 0.64 | 0.62 |
| Hex | 5F | DC | CF | 39 | 0 | 6 | E | AE | 40 | 3E |
| Octal | 137 | 334 | 317 | 71 | 0 | 6 | 16 | 256 | 100 | 76 |
| Binary | 1011111 | 11011100 | 11001111 | 111001 | 0 | 110 | 1110 | 10101110 | 1000000 | 111110 |
Color Harmonies of #5FDCCF
Complementary color
Monochromatic Colors of #5FDCCF
Black with #5FDCCF
Text Example
Text Example
White with #5FDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDCCF; }
p { color: rgb(95,220,207); }
H1.HeaderClassName
{
color: #5FDCCF;
}
.AnyTagClassName
{
color: #5FDCCF;
}
</style>
background-color css
<style>
a { background-color: #5FDCCF; }
a { background-color: rgb(95,220,207); }
div.DivClassName
{
background-color: #5FDCCF;
}
.BgClassName
{
background-color: #5FDCCF;
}
</style>
border-color css
<style>
span { border-color: #5FDCCF; }
span { border-color: rgb(95,220,207); }
td.TdClassName
{
border-color: #5FDCCF;
}
.TagClassName
{
border-color: #5FDCCF;
}
</style>