Shades of Turquoise #5FEAD0
Tints of Turquoise #5FEAD0
RGB
CMYK
RGB Variations
Color information
#5FEAD0 (or 0x5FEAD0) is known color: Turquoise. HEX triplet: 5F, EA and D0. RGB value is (95,234,208). Sum of RGB (Red+Green+Blue) = 95+234+208=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEAD0 is #A0152F. Grayscale: #BDBDBD. Windows color (decimal): -10491184 or 13691487. OLE color: 13691487.
HSL color Cylindrical-coordinate representation of color #5FEAD0: hue angle of 168.78º 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 #5FEAD0 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 208 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.08 |
| HSL | 168.78º | 0.77% | 0.65% | - |
| HSV(B) | 168.78º | 0.59% | 0.92% | - |
| XYZ | 45.53 | 65.83 | 69.98 | - |
| YUV | 189.48 | 138.45 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 208 | 0.59 | 0 | 0.11 | 0.08 | 168.78 | 0.77 | 0.65 |
| Hex | 5F | EA | D0 | 3B | 0 | B | 8 | A9 | 4D | 41 |
| Octal | 137 | 352 | 320 | 73 | 0 | 13 | 10 | 251 | 115 | 101 |
| Binary | 1011111 | 11101010 | 11010000 | 111011 | 0 | 1011 | 1000 | 10101001 | 1001101 | 1000001 |
Color Harmonies of #5FEAD0
Complementary color
Monochromatic Colors of #5FEAD0
Black with #5FEAD0
Text Example
Text Example
White with #5FEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEAD0; }
p { color: rgb(95,234,208); }
H1.HeaderClassName
{
color: #5FEAD0;
}
.AnyTagClassName
{
color: #5FEAD0;
}
</style>
background-color css
<style>
a { background-color: #5FEAD0; }
a { background-color: rgb(95,234,208); }
div.DivClassName
{
background-color: #5FEAD0;
}
.BgClassName
{
background-color: #5FEAD0;
}
</style>
border-color css
<style>
span { border-color: #5FEAD0; }
span { border-color: rgb(95,234,208); }
td.TdClassName
{
border-color: #5FEAD0;
}
.TagClassName
{
border-color: #5FEAD0;
}
</style>