Shades of Turquoise Blue #5ADEFC
Tints of Turquoise Blue #5ADEFC
RGB
CMYK
RGB Variations
Color information
#5ADEFC (or 0x5ADEFC) is known color: Turquoise Blue. HEX triplet: 5A, DE and FC. RGB value is (90,222,252). Sum of RGB (Red+Green+Blue) = 90+222+252=564 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.96% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #5ADEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADEFC is #A52103. Grayscale: #B9B9B9. Windows color (decimal): -10821892 or 16571994. OLE color: 16571994.
HSL color Cylindrical-coordinate representation of color #5ADEFC: hue angle of 191.11º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ADEFC is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 222 | 252 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.01 |
| HSL | 191.11º | 0.96% | 0.67% | - |
| HSV(B) | 191.11º | 0.64% | 0.99% | - |
| XYZ | 47.91 | 61.44 | 101.43 | - |
| YUV | 185.95 | 165.27 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 252 | 0.64 | 0.12 | 0 | 0.01 | 191.11 | 0.96 | 0.67 |
| Hex | 5A | DE | FC | 40 | C | 0 | 1 | BF | 60 | 43 |
| Octal | 132 | 336 | 374 | 100 | 14 | 0 | 1 | 277 | 140 | 103 |
| Binary | 1011010 | 11011110 | 11111100 | 1000000 | 1100 | 0 | 1 | 10111111 | 1100000 | 1000011 |
Color Harmonies of #5ADEFC
Complementary color
Monochromatic Colors of #5ADEFC
Black with #5ADEFC
Text Example
Text Example
White with #5ADEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEFC; }
p { color: rgb(90,222,252); }
H1.HeaderClassName
{
color: #5ADEFC;
}
.AnyTagClassName
{
color: #5ADEFC;
}
</style>
background-color css
<style>
a { background-color: #5ADEFC; }
a { background-color: rgb(90,222,252); }
div.DivClassName
{
background-color: #5ADEFC;
}
.BgClassName
{
background-color: #5ADEFC;
}
</style>
border-color css
<style>
span { border-color: #5ADEFC; }
span { border-color: rgb(90,222,252); }
td.TdClassName
{
border-color: #5ADEFC;
}
.TagClassName
{
border-color: #5ADEFC;
}
</style>