Shades of Turquoise Blue #5ADFF4
Tints of Turquoise Blue #5ADFF4
RGB
CMYK
RGB Variations
Color information
#5ADFF4 (or 0x5ADFF4) is known color: Turquoise Blue. HEX triplet: 5A, DF and F4. RGB value is (90,223,244). Sum of RGB (Red+Green+Blue) = 90+223+244=557 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.16% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #5ADFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADFF4 is #A5200B. Grayscale: #B9B9B9. Windows color (decimal): -10821644 or 16047962. OLE color: 16047962.
HSL color Cylindrical-coordinate representation of color #5ADFF4: hue angle of 188.18º 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 #5ADFF4 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 223 | 244 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.04 |
| HSL | 188.18º | 0.88% | 0.65% | - |
| HSV(B) | 188.18º | 0.63% | 0.96% | - |
| XYZ | 46.93 | 61.48 | 94.98 | - |
| YUV | 185.63 | 160.94 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 244 | 0.63 | 0.09 | 0 | 0.04 | 188.18 | 0.88 | 0.65 |
| Hex | 5A | DF | F4 | 3F | 9 | 0 | 4 | BC | 58 | 41 |
| Octal | 132 | 337 | 364 | 77 | 11 | 0 | 4 | 274 | 130 | 101 |
| Binary | 1011010 | 11011111 | 11110100 | 111111 | 1001 | 0 | 100 | 10111100 | 1011000 | 1000001 |
Color Harmonies of #5ADFF4
Complementary color
Monochromatic Colors of #5ADFF4
Black with #5ADFF4
Text Example
Text Example
White with #5ADFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFF4; }
p { color: rgb(90,223,244); }
H1.HeaderClassName
{
color: #5ADFF4;
}
.AnyTagClassName
{
color: #5ADFF4;
}
</style>
background-color css
<style>
a { background-color: #5ADFF4; }
a { background-color: rgb(90,223,244); }
div.DivClassName
{
background-color: #5ADFF4;
}
.BgClassName
{
background-color: #5ADFF4;
}
</style>
border-color css
<style>
span { border-color: #5ADFF4; }
span { border-color: rgb(90,223,244); }
td.TdClassName
{
border-color: #5ADFF4;
}
.TagClassName
{
border-color: #5ADFF4;
}
</style>