Shades of Turquoise #5AEFD1
Tints of Turquoise #5AEFD1
RGB
CMYK
RGB Variations
Color information
#5AEFD1 (or 0x5AEFD1) is known color: Turquoise. HEX triplet: 5A, EF and D1. RGB value is (90,239,209). Sum of RGB (Red+Green+Blue) = 90+239+209=538 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.73% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEFD1 is #A5102E. Grayscale: #BFBFBF. Windows color (decimal): -10817583 or 13758298. OLE color: 13758298.
HSL color Cylindrical-coordinate representation of color #5AEFD1: hue angle of 167.92º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEFD1 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 239 | 209 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.06 |
| HSL | 167.92º | 0.82% | 0.65% | - |
| HSV(B) | 167.92º | 0.62% | 0.94% | - |
| XYZ | 46.59 | 68.51 | 71.09 | - |
| YUV | 191.03 | 138.14 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 239 | 209 | 0.62 | 0 | 0.13 | 0.06 | 167.92 | 0.82 | 0.65 |
| Hex | 5A | EF | D1 | 3E | 0 | D | 6 | A8 | 52 | 41 |
| Octal | 132 | 357 | 321 | 76 | 0 | 15 | 6 | 250 | 122 | 101 |
| Binary | 1011010 | 11101111 | 11010001 | 111110 | 0 | 1101 | 110 | 10101000 | 1010010 | 1000001 |
Color Harmonies of #5AEFD1
Complementary color
Monochromatic Colors of #5AEFD1
Black with #5AEFD1
Text Example
Text Example
White with #5AEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEFD1; }
p { color: rgb(90,239,209); }
H1.HeaderClassName
{
color: #5AEFD1;
}
.AnyTagClassName
{
color: #5AEFD1;
}
</style>
background-color css
<style>
a { background-color: #5AEFD1; }
a { background-color: rgb(90,239,209); }
div.DivClassName
{
background-color: #5AEFD1;
}
.BgClassName
{
background-color: #5AEFD1;
}
</style>
border-color css
<style>
span { border-color: #5AEFD1; }
span { border-color: rgb(90,239,209); }
td.TdClassName
{
border-color: #5AEFD1;
}
.TagClassName
{
border-color: #5AEFD1;
}
</style>