Shades of Turquoise Blue #5ADDF2
Tints of Turquoise Blue #5ADDF2
RGB
CMYK
RGB Variations
Color information
#5ADDF2 (or 0x5ADDF2) is known color: Turquoise Blue. HEX triplet: 5A, DD and F2. RGB value is (90,221,242). Sum of RGB (Red+Green+Blue) = 90+221+242=553 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.27% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #5ADDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADDF2 is #A5220D. Grayscale: #B8B8B8. Windows color (decimal): -10822158 or 15916378. OLE color: 15916378.
HSL color Cylindrical-coordinate representation of color #5ADDF2: hue angle of 188.29º degrees, saturation: 0.85, 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 #5ADDF2 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 221 | 242 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.05 |
| HSL | 188.29º | 0.85% | 0.65% | - |
| HSV(B) | 188.29º | 0.63% | 0.95% | - |
| XYZ | 46.1 | 60.3 | 93.21 | - |
| YUV | 184.23 | 160.6 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 242 | 0.63 | 0.09 | 0 | 0.05 | 188.29 | 0.85 | 0.65 |
| Hex | 5A | DD | F2 | 3F | 9 | 0 | 5 | BC | 55 | 41 |
| Octal | 132 | 335 | 362 | 77 | 11 | 0 | 5 | 274 | 125 | 101 |
| Binary | 1011010 | 11011101 | 11110010 | 111111 | 1001 | 0 | 101 | 10111100 | 1010101 | 1000001 |
Color Harmonies of #5ADDF2
Complementary color
Monochromatic Colors of #5ADDF2
Black with #5ADDF2
Text Example
Text Example
White with #5ADDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDF2; }
p { color: rgb(90,221,242); }
H1.HeaderClassName
{
color: #5ADDF2;
}
.AnyTagClassName
{
color: #5ADDF2;
}
</style>
background-color css
<style>
a { background-color: #5ADDF2; }
a { background-color: rgb(90,221,242); }
div.DivClassName
{
background-color: #5ADDF2;
}
.BgClassName
{
background-color: #5ADDF2;
}
</style>
border-color css
<style>
span { border-color: #5ADDF2; }
span { border-color: rgb(90,221,242); }
td.TdClassName
{
border-color: #5ADDF2;
}
.TagClassName
{
border-color: #5ADDF2;
}
</style>