Shades of Medium Turquoise #5ADFD6
Tints of Medium Turquoise #5ADFD6
RGB
CMYK
RGB Variations
Color information
#5ADFD6 (or 0x5ADFD6) is known color: Medium Turquoise. HEX triplet: 5A, DF and D6. RGB value is (90,223,214). Sum of RGB (Red+Green+Blue) = 90+223+214=527 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.08% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFD6 is #A52029. Grayscale: #B6B6B6. Windows color (decimal): -10821674 or 14081882. OLE color: 14081882.
HSL color Cylindrical-coordinate representation of color #5ADFD6: hue angle of 175.94º 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 #5ADFD6 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 214 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.13 |
| HSL | 175.94º | 0.68% | 0.61% | - |
| HSV(B) | 175.94º | 0.6% | 0.87% | - |
| XYZ | 42.74 | 59.8 | 72.91 | - |
| YUV | 182.21 | 145.94 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 214 | 0.60 | 0 | 0.04 | 0.13 | 175.94 | 0.68 | 0.61 |
| Hex | 5A | DF | D6 | 3C | 0 | 4 | D | B0 | 44 | 3D |
| Octal | 132 | 337 | 326 | 74 | 0 | 4 | 15 | 260 | 104 | 75 |
| Binary | 1011010 | 11011111 | 11010110 | 111100 | 0 | 100 | 1101 | 10110000 | 1000100 | 111101 |
Color Harmonies of #5ADFD6
Complementary color
Monochromatic Colors of #5ADFD6
Black with #5ADFD6
Text Example
Text Example
White with #5ADFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFD6; }
p { color: rgb(90,223,214); }
H1.HeaderClassName
{
color: #5ADFD6;
}
.AnyTagClassName
{
color: #5ADFD6;
}
</style>
background-color css
<style>
a { background-color: #5ADFD6; }
a { background-color: rgb(90,223,214); }
div.DivClassName
{
background-color: #5ADFD6;
}
.BgClassName
{
background-color: #5ADFD6;
}
</style>
border-color css
<style>
span { border-color: #5ADFD6; }
span { border-color: rgb(90,223,214); }
td.TdClassName
{
border-color: #5ADFD6;
}
.TagClassName
{
border-color: #5ADFD6;
}
</style>