Shades of Turquoise Blue #5AD2F1
Tints of Turquoise Blue #5AD2F1
RGB
CMYK
RGB Variations
Color information
#5AD2F1 (or 0x5AD2F1) is known color: Turquoise Blue. HEX triplet: 5A, D2 and F1. RGB value is (90,210,241). Sum of RGB (Red+Green+Blue) = 90+210+241=541 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.64% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #5AD2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD2F1 is #A52D0E. Grayscale: #B1B1B1. Windows color (decimal): -10824975 or 15848026. OLE color: 15848026.
HSL color Cylindrical-coordinate representation of color #5AD2F1: hue angle of 192.32º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AD2F1 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 210 | 241 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.05 |
| HSL | 192.32º | 0.84% | 0.65% | - |
| HSV(B) | 192.32º | 0.63% | 0.95% | - |
| XYZ | 43.14 | 54.62 | 91.49 | - |
| YUV | 177.65 | 163.74 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 241 | 0.63 | 0.13 | 0 | 0.05 | 192.32 | 0.84 | 0.65 |
| Hex | 5A | D2 | F1 | 3F | D | 0 | 5 | C0 | 54 | 41 |
| Octal | 132 | 322 | 361 | 77 | 15 | 0 | 5 | 300 | 124 | 101 |
| Binary | 1011010 | 11010010 | 11110001 | 111111 | 1101 | 0 | 101 | 11000000 | 1010100 | 1000001 |
Color Harmonies of #5AD2F1
Complementary color
Monochromatic Colors of #5AD2F1
Black with #5AD2F1
Text Example
Text Example
White with #5AD2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD2F1; }
p { color: rgb(90,210,241); }
H1.HeaderClassName
{
color: #5AD2F1;
}
.AnyTagClassName
{
color: #5AD2F1;
}
</style>
background-color css
<style>
a { background-color: #5AD2F1; }
a { background-color: rgb(90,210,241); }
div.DivClassName
{
background-color: #5AD2F1;
}
.BgClassName
{
background-color: #5AD2F1;
}
</style>
border-color css
<style>
span { border-color: #5AD2F1; }
span { border-color: rgb(90,210,241); }
td.TdClassName
{
border-color: #5AD2F1;
}
.TagClassName
{
border-color: #5AD2F1;
}
</style>