Shades of Turquoise #5AF0DF
Tints of Turquoise #5AF0DF
RGB
CMYK
RGB Variations
Color information
#5AF0DF (or 0x5AF0DF) is known color: Turquoise. HEX triplet: 5A, F0 and DF. RGB value is (90,240,223). Sum of RGB (Red+Green+Blue) = 90+240+223=553 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.27% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF0DF is #A50F20. Grayscale: #C1C1C1. Windows color (decimal): -10817313 or 14676058. OLE color: 14676058.
HSL color Cylindrical-coordinate representation of color #5AF0DF: hue angle of 173.2º degrees, saturation: 0.83, 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 #5AF0DF is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 223 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.06 |
| HSL | 173.2º | 0.83% | 0.65% | - |
| HSV(B) | 173.2º | 0.63% | 0.94% | - |
| XYZ | 48.7 | 69.82 | 80.72 | - |
| YUV | 193.21 | 144.81 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 223 | 0.62 | 0 | 0.07 | 0.06 | 173.2 | 0.83 | 0.65 |
| Hex | 5A | F0 | DF | 3E | 0 | 7 | 6 | AD | 53 | 41 |
| Octal | 132 | 360 | 337 | 76 | 0 | 7 | 6 | 255 | 123 | 101 |
| Binary | 1011010 | 11110000 | 11011111 | 111110 | 0 | 111 | 110 | 10101101 | 1010011 | 1000001 |
Color Harmonies of #5AF0DF
Complementary color
Monochromatic Colors of #5AF0DF
Black with #5AF0DF
Text Example
Text Example
White with #5AF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF0DF; }
p { color: rgb(90,240,223); }
H1.HeaderClassName
{
color: #5AF0DF;
}
.AnyTagClassName
{
color: #5AF0DF;
}
</style>
background-color css
<style>
a { background-color: #5AF0DF; }
a { background-color: rgb(90,240,223); }
div.DivClassName
{
background-color: #5AF0DF;
}
.BgClassName
{
background-color: #5AF0DF;
}
</style>
border-color css
<style>
span { border-color: #5AF0DF; }
span { border-color: rgb(90,240,223); }
td.TdClassName
{
border-color: #5AF0DF;
}
.TagClassName
{
border-color: #5AF0DF;
}
</style>