Shades of Turquoise #5FEFCD
Tints of Turquoise #5FEFCD
RGB
CMYK
RGB Variations
Color information
#5FEFCD (or 0x5FEFCD) is known color: Turquoise. HEX triplet: 5F, EF and CD. RGB value is (95,239,205). Sum of RGB (Red+Green+Blue) = 95+239+205=539 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.63% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEFCD is #A01032. Grayscale: #C0C0C0. Windows color (decimal): -10489907 or 13496159. OLE color: 13496159.
HSL color Cylindrical-coordinate representation of color #5FEFCD: hue angle of 165.83º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEFCD is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 205 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.06 |
| HSL | 165.83º | 0.82% | 0.65% | - |
| HSV(B) | 165.83º | 0.6% | 0.94% | - |
| XYZ | 46.61 | 68.57 | 68.54 | - |
| YUV | 192.07 | 135.29 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 205 | 0.60 | 0 | 0.14 | 0.06 | 165.83 | 0.82 | 0.65 |
| Hex | 5F | EF | CD | 3C | 0 | E | 6 | A6 | 52 | 41 |
| Octal | 137 | 357 | 315 | 74 | 0 | 16 | 6 | 246 | 122 | 101 |
| Binary | 1011111 | 11101111 | 11001101 | 111100 | 0 | 1110 | 110 | 10100110 | 1010010 | 1000001 |
Color Harmonies of #5FEFCD
Complementary color
Monochromatic Colors of #5FEFCD
Black with #5FEFCD
Text Example
Text Example
White with #5FEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFCD; }
p { color: rgb(95,239,205); }
H1.HeaderClassName
{
color: #5FEFCD;
}
.AnyTagClassName
{
color: #5FEFCD;
}
</style>
background-color css
<style>
a { background-color: #5FEFCD; }
a { background-color: rgb(95,239,205); }
div.DivClassName
{
background-color: #5FEFCD;
}
.BgClassName
{
background-color: #5FEFCD;
}
</style>
border-color css
<style>
span { border-color: #5FEFCD; }
span { border-color: rgb(95,239,205); }
td.TdClassName
{
border-color: #5FEFCD;
}
.TagClassName
{
border-color: #5FEFCD;
}
</style>