Shades of Turquoise #5AEFCD
Tints of Turquoise #5AEFCD
RGB
CMYK
RGB Variations
Color information
#5AEFCD (or 0x5AEFCD) is known color: Turquoise. HEX triplet: 5A, EF and CD. RGB value is (90,239,205). Sum of RGB (Red+Green+Blue) = 90+239+205=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEFCD is #A51032. Grayscale: #BEBEBE. Windows color (decimal): -10817587 or 13496154. OLE color: 13496154.
HSL color Cylindrical-coordinate representation of color #5AEFCD: hue angle of 166.31º 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 #5AEFCD is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 239 | 205 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.06 |
| HSL | 166.31º | 0.82% | 0.65% | - |
| HSV(B) | 166.31º | 0.62% | 0.94% | - |
| XYZ | 46.1 | 68.31 | 68.51 | - |
| YUV | 190.57 | 136.14 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 239 | 205 | 0.62 | 0 | 0.14 | 0.06 | 166.31 | 0.82 | 0.65 |
| Hex | 5A | EF | CD | 3E | 0 | E | 6 | A6 | 52 | 41 |
| Octal | 132 | 357 | 315 | 76 | 0 | 16 | 6 | 246 | 122 | 101 |
| Binary | 1011010 | 11101111 | 11001101 | 111110 | 0 | 1110 | 110 | 10100110 | 1010010 | 1000001 |
Color Harmonies of #5AEFCD
Complementary color
Monochromatic Colors of #5AEFCD
Black with #5AEFCD
Text Example
Text Example
White with #5AEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEFCD; }
p { color: rgb(90,239,205); }
H1.HeaderClassName
{
color: #5AEFCD;
}
.AnyTagClassName
{
color: #5AEFCD;
}
</style>
background-color css
<style>
a { background-color: #5AEFCD; }
a { background-color: rgb(90,239,205); }
div.DivClassName
{
background-color: #5AEFCD;
}
.BgClassName
{
background-color: #5AEFCD;
}
</style>
border-color css
<style>
span { border-color: #5AEFCD; }
span { border-color: rgb(90,239,205); }
td.TdClassName
{
border-color: #5AEFCD;
}
.TagClassName
{
border-color: #5AEFCD;
}
</style>