Shades of Turquoise #5FEAD5
Tints of Turquoise #5FEAD5
RGB
CMYK
RGB Variations
Color information
#5FEAD5 (or 0x5FEAD5) is known color: Turquoise. HEX triplet: 5F, EA and D5. RGB value is (95,234,213). Sum of RGB (Red+Green+Blue) = 95+234+213=542 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.53% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEAD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEAD5 is #A0152A. Grayscale: #BDBDBD. Windows color (decimal): -10491179 or 14019167. OLE color: 14019167.
HSL color Cylindrical-coordinate representation of color #5FEAD5: hue angle of 170.94º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEAD5 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 213 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.08 |
| HSL | 170.94º | 0.77% | 0.65% | - |
| HSV(B) | 170.94º | 0.59% | 0.92% | - |
| XYZ | 46.15 | 66.08 | 73.27 | - |
| YUV | 190.05 | 140.95 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 213 | 0.59 | 0 | 0.09 | 0.08 | 170.94 | 0.77 | 0.65 |
| Hex | 5F | EA | D5 | 3B | 0 | 9 | 8 | AB | 4D | 41 |
| Octal | 137 | 352 | 325 | 73 | 0 | 11 | 10 | 253 | 115 | 101 |
| Binary | 1011111 | 11101010 | 11010101 | 111011 | 0 | 1001 | 1000 | 10101011 | 1001101 | 1000001 |
Color Harmonies of #5FEAD5
Complementary color
Monochromatic Colors of #5FEAD5
Black with #5FEAD5
Text Example
Text Example
White with #5FEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEAD5; }
p { color: rgb(95,234,213); }
H1.HeaderClassName
{
color: #5FEAD5;
}
.AnyTagClassName
{
color: #5FEAD5;
}
</style>
background-color css
<style>
a { background-color: #5FEAD5; }
a { background-color: rgb(95,234,213); }
div.DivClassName
{
background-color: #5FEAD5;
}
.BgClassName
{
background-color: #5FEAD5;
}
</style>
border-color css
<style>
span { border-color: #5FEAD5; }
span { border-color: rgb(95,234,213); }
td.TdClassName
{
border-color: #5FEAD5;
}
.TagClassName
{
border-color: #5FEAD5;
}
</style>