Shades of Turquoise Blue #5ADCFC
Tints of Turquoise Blue #5ADCFC
RGB
CMYK
RGB Variations
Color information
#5ADCFC (or 0x5ADCFC) is known color: Turquoise Blue. HEX triplet: 5A, DC and FC. RGB value is (90,220,252). Sum of RGB (Red+Green+Blue) = 90+220+252=562 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.01% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #5ADCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADCFC is #A52303. Grayscale: #B8B8B8. Windows color (decimal): -10822404 or 16571482. OLE color: 16571482.
HSL color Cylindrical-coordinate representation of color #5ADCFC: hue angle of 191.85º 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 #5ADCFC is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 220 | 252 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.01 |
| HSL | 191.85º | 0.96% | 0.67% | - |
| HSV(B) | 191.85º | 0.64% | 0.99% | - |
| XYZ | 47.38 | 60.39 | 101.25 | - |
| YUV | 184.78 | 165.93 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 252 | 0.64 | 0.13 | 0 | 0.01 | 191.85 | 0.96 | 0.67 |
| Hex | 5A | DC | FC | 40 | D | 0 | 1 | C0 | 60 | 43 |
| Octal | 132 | 334 | 374 | 100 | 15 | 0 | 1 | 300 | 140 | 103 |
| Binary | 1011010 | 11011100 | 11111100 | 1000000 | 1101 | 0 | 1 | 11000000 | 1100000 | 1000011 |
Color Harmonies of #5ADCFC
Complementary color
Monochromatic Colors of #5ADCFC
Black with #5ADCFC
Text Example
Text Example
White with #5ADCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCFC; }
p { color: rgb(90,220,252); }
H1.HeaderClassName
{
color: #5ADCFC;
}
.AnyTagClassName
{
color: #5ADCFC;
}
</style>
background-color css
<style>
a { background-color: #5ADCFC; }
a { background-color: rgb(90,220,252); }
div.DivClassName
{
background-color: #5ADCFC;
}
.BgClassName
{
background-color: #5ADCFC;
}
</style>
border-color css
<style>
span { border-color: #5ADCFC; }
span { border-color: rgb(90,220,252); }
td.TdClassName
{
border-color: #5ADCFC;
}
.TagClassName
{
border-color: #5ADCFC;
}
</style>