Shades of Turquoise #5AEFD4
Tints of Turquoise #5AEFD4
RGB
CMYK
RGB Variations
Color information
#5AEFD4 (or 0x5AEFD4) is known color: Turquoise. HEX triplet: 5A, EF and D4. RGB value is (90,239,212). Sum of RGB (Red+Green+Blue) = 90+239+212=541 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.64% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEFD4 is #A5102B. Grayscale: #BFBFBF. Windows color (decimal): -10817580 or 13954906. OLE color: 13954906.
HSL color Cylindrical-coordinate representation of color #5AEFD4: hue angle of 169.13º 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 #5AEFD4 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 239 | 212 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.06 |
| HSL | 169.13º | 0.82% | 0.65% | - |
| HSV(B) | 169.13º | 0.62% | 0.94% | - |
| XYZ | 46.97 | 68.66 | 73.06 | - |
| YUV | 191.37 | 139.64 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 239 | 212 | 0.62 | 0 | 0.11 | 0.06 | 169.13 | 0.82 | 0.65 |
| Hex | 5A | EF | D4 | 3E | 0 | B | 6 | A9 | 52 | 41 |
| Octal | 132 | 357 | 324 | 76 | 0 | 13 | 6 | 251 | 122 | 101 |
| Binary | 1011010 | 11101111 | 11010100 | 111110 | 0 | 1011 | 110 | 10101001 | 1010010 | 1000001 |
Color Harmonies of #5AEFD4
Complementary color
Monochromatic Colors of #5AEFD4
Black with #5AEFD4
Text Example
Text Example
White with #5AEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEFD4; }
p { color: rgb(90,239,212); }
H1.HeaderClassName
{
color: #5AEFD4;
}
.AnyTagClassName
{
color: #5AEFD4;
}
</style>
background-color css
<style>
a { background-color: #5AEFD4; }
a { background-color: rgb(90,239,212); }
div.DivClassName
{
background-color: #5AEFD4;
}
.BgClassName
{
background-color: #5AEFD4;
}
</style>
border-color css
<style>
span { border-color: #5AEFD4; }
span { border-color: rgb(90,239,212); }
td.TdClassName
{
border-color: #5AEFD4;
}
.TagClassName
{
border-color: #5AEFD4;
}
</style>