Shades of Turquoise #5AF7D7
Tints of Turquoise #5AF7D7
RGB
CMYK
RGB Variations
Color information
#5AF7D7 (or 0x5AF7D7) is known color: Turquoise. HEX triplet: 5A, F7 and D7. RGB value is (90,247,215). Sum of RGB (Red+Green+Blue) = 90+247+215=552 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.30% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF7D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF7D7 is #A50828. Grayscale: #C4C4C4. Windows color (decimal): -10815529 or 14153562. OLE color: 14153562.
HSL color Cylindrical-coordinate representation of color #5AF7D7: hue angle of 167.77º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF7D7 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 215 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.03 |
| HSL | 167.77º | 0.91% | 0.66% | - |
| HSV(B) | 167.77º | 0.64% | 0.97% | - |
| XYZ | 49.74 | 73.6 | 75.87 | - |
| YUV | 196.41 | 138.49 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 215 | 0.64 | 0 | 0.13 | 0.03 | 167.77 | 0.91 | 0.66 |
| Hex | 5A | F7 | D7 | 40 | 0 | D | 3 | A8 | 5B | 42 |
| Octal | 132 | 367 | 327 | 100 | 0 | 15 | 3 | 250 | 133 | 102 |
| Binary | 1011010 | 11110111 | 11010111 | 1000000 | 0 | 1101 | 11 | 10101000 | 1011011 | 1000010 |
Color Harmonies of #5AF7D7
Complementary color
Monochromatic Colors of #5AF7D7
Black with #5AF7D7
Text Example
Text Example
White with #5AF7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF7D7; }
p { color: rgb(90,247,215); }
H1.HeaderClassName
{
color: #5AF7D7;
}
.AnyTagClassName
{
color: #5AF7D7;
}
</style>
background-color css
<style>
a { background-color: #5AF7D7; }
a { background-color: rgb(90,247,215); }
div.DivClassName
{
background-color: #5AF7D7;
}
.BgClassName
{
background-color: #5AF7D7;
}
</style>
border-color css
<style>
span { border-color: #5AF7D7; }
span { border-color: rgb(90,247,215); }
td.TdClassName
{
border-color: #5AF7D7;
}
.TagClassName
{
border-color: #5AF7D7;
}
</style>