Shades of Turquoise #5AEFDD
Tints of Turquoise #5AEFDD
RGB
CMYK
RGB Variations
Color information
#5AEFDD (or 0x5AEFDD) is known color: Turquoise. HEX triplet: 5A, EF and DD. RGB value is (90,239,221). Sum of RGB (Red+Green+Blue) = 90+239+221=550 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.36% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEFDD is #A51022. Grayscale: #C0C0C0. Windows color (decimal): -10817571 or 14544730. OLE color: 14544730.
HSL color Cylindrical-coordinate representation of color #5AEFDD: hue angle of 172.75º 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 #5AEFDD is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 239 | 221 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.06 |
| HSL | 172.75º | 0.82% | 0.65% | - |
| HSV(B) | 172.75º | 0.62% | 0.94% | - |
| XYZ | 48.13 | 69.13 | 79.21 | - |
| YUV | 192.4 | 144.14 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 239 | 221 | 0.62 | 0 | 0.08 | 0.06 | 172.75 | 0.82 | 0.65 |
| Hex | 5A | EF | DD | 3E | 0 | 8 | 6 | AD | 52 | 41 |
| Octal | 132 | 357 | 335 | 76 | 0 | 10 | 6 | 255 | 122 | 101 |
| Binary | 1011010 | 11101111 | 11011101 | 111110 | 0 | 1000 | 110 | 10101101 | 1010010 | 1000001 |
Color Harmonies of #5AEFDD
Complementary color
Monochromatic Colors of #5AEFDD
Black with #5AEFDD
Text Example
Text Example
White with #5AEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEFDD; }
p { color: rgb(90,239,221); }
H1.HeaderClassName
{
color: #5AEFDD;
}
.AnyTagClassName
{
color: #5AEFDD;
}
</style>
background-color css
<style>
a { background-color: #5AEFDD; }
a { background-color: rgb(90,239,221); }
div.DivClassName
{
background-color: #5AEFDD;
}
.BgClassName
{
background-color: #5AEFDD;
}
</style>
border-color css
<style>
span { border-color: #5AEFDD; }
span { border-color: rgb(90,239,221); }
td.TdClassName
{
border-color: #5AEFDD;
}
.TagClassName
{
border-color: #5AEFDD;
}
</style>