Shades of Turquoise #5AF4DC
Tints of Turquoise #5AF4DC
RGB
CMYK
RGB Variations
Color information
#5AF4DC (or 0x5AF4DC) is known color: Turquoise. HEX triplet: 5A, F4 and DC. RGB value is (90,244,220). Sum of RGB (Red+Green+Blue) = 90+244+220=554 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.25% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF4DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF4DC is #A50B23. Grayscale: #C3C3C3. Windows color (decimal): -10816292 or 14480474. OLE color: 14480474.
HSL color Cylindrical-coordinate representation of color #5AF4DC: hue angle of 170.65º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF4DC is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 244 | 220 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.04 |
| HSL | 170.65º | 0.88% | 0.65% | - |
| HSV(B) | 170.65º | 0.63% | 0.96% | - |
| XYZ | 49.49 | 72.04 | 79.01 | - |
| YUV | 195.22 | 141.98 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 220 | 0.63 | 0 | 0.10 | 0.04 | 170.65 | 0.88 | 0.65 |
| Hex | 5A | F4 | DC | 3F | 0 | A | 4 | AB | 58 | 41 |
| Octal | 132 | 364 | 334 | 77 | 0 | 12 | 4 | 253 | 130 | 101 |
| Binary | 1011010 | 11110100 | 11011100 | 111111 | 0 | 1010 | 100 | 10101011 | 1011000 | 1000001 |
Color Harmonies of #5AF4DC
Complementary color
Monochromatic Colors of #5AF4DC
Black with #5AF4DC
Text Example
Text Example
White with #5AF4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF4DC; }
p { color: rgb(90,244,220); }
H1.HeaderClassName
{
color: #5AF4DC;
}
.AnyTagClassName
{
color: #5AF4DC;
}
</style>
background-color css
<style>
a { background-color: #5AF4DC; }
a { background-color: rgb(90,244,220); }
div.DivClassName
{
background-color: #5AF4DC;
}
.BgClassName
{
background-color: #5AF4DC;
}
</style>
border-color css
<style>
span { border-color: #5AF4DC; }
span { border-color: rgb(90,244,220); }
td.TdClassName
{
border-color: #5AF4DC;
}
.TagClassName
{
border-color: #5AF4DC;
}
</style>