Shades of Turquoise Blue #5ADCDF
Tints of Turquoise Blue #5ADCDF
RGB
CMYK
RGB Variations
Color information
#5ADCDF (or 0x5ADCDF) is known color: Turquoise Blue. HEX triplet: 5A, DC and DF. RGB value is (90,220,223). Sum of RGB (Red+Green+Blue) = 90+220+223=533 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.89% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #5ADCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCDF is #A52320. Grayscale: #B5B5B5. Windows color (decimal): -10822433 or 14670938. OLE color: 14670938.
HSL color Cylindrical-coordinate representation of color #5ADCDF: hue angle of 181.35º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADCDF is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 220 | 223 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.13 |
| HSL | 181.35º | 0.68% | 0.61% | - |
| HSV(B) | 181.35º | 0.6% | 0.87% | - |
| XYZ | 43.13 | 58.69 | 78.87 | - |
| YUV | 181.47 | 151.43 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 223 | 0.60 | 0.01 | 0 | 0.13 | 181.35 | 0.68 | 0.61 |
| Hex | 5A | DC | DF | 3C | 1 | 0 | D | B5 | 44 | 3D |
| Octal | 132 | 334 | 337 | 74 | 1 | 0 | 15 | 265 | 104 | 75 |
| Binary | 1011010 | 11011100 | 11011111 | 111100 | 1 | 0 | 1101 | 10110101 | 1000100 | 111101 |
Color Harmonies of #5ADCDF
Complementary color
Monochromatic Colors of #5ADCDF
Black with #5ADCDF
Text Example
Text Example
White with #5ADCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCDF; }
p { color: rgb(90,220,223); }
H1.HeaderClassName
{
color: #5ADCDF;
}
.AnyTagClassName
{
color: #5ADCDF;
}
</style>
background-color css
<style>
a { background-color: #5ADCDF; }
a { background-color: rgb(90,220,223); }
div.DivClassName
{
background-color: #5ADCDF;
}
.BgClassName
{
background-color: #5ADCDF;
}
</style>
border-color css
<style>
span { border-color: #5ADCDF; }
span { border-color: rgb(90,220,223); }
td.TdClassName
{
border-color: #5ADCDF;
}
.TagClassName
{
border-color: #5ADCDF;
}
</style>