Shades of Medium Turquoise #5ADFD7
Tints of Medium Turquoise #5ADFD7
RGB
CMYK
RGB Variations
Color information
#5ADFD7 (or 0x5ADFD7) is known color: Medium Turquoise. HEX triplet: 5A, DF and D7. RGB value is (90,223,215). Sum of RGB (Red+Green+Blue) = 90+223+215=528 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.05% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFD7 is #A52028. Grayscale: #B6B6B6. Windows color (decimal): -10821673 or 14147418. OLE color: 14147418.
HSL color Cylindrical-coordinate representation of color #5ADFD7: hue angle of 176.39º 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 #5ADFD7 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 215 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.13 |
| HSL | 176.39º | 0.68% | 0.61% | - |
| HSV(B) | 176.39º | 0.6% | 0.87% | - |
| XYZ | 42.87 | 59.86 | 73.58 | - |
| YUV | 182.32 | 146.44 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 215 | 0.60 | 0 | 0.04 | 0.13 | 176.39 | 0.68 | 0.61 |
| Hex | 5A | DF | D7 | 3C | 0 | 4 | D | B0 | 44 | 3D |
| Octal | 132 | 337 | 327 | 74 | 0 | 4 | 15 | 260 | 104 | 75 |
| Binary | 1011010 | 11011111 | 11010111 | 111100 | 0 | 100 | 1101 | 10110000 | 1000100 | 111101 |
Color Harmonies of #5ADFD7
Complementary color
Monochromatic Colors of #5ADFD7
Black with #5ADFD7
Text Example
Text Example
White with #5ADFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFD7; }
p { color: rgb(90,223,215); }
H1.HeaderClassName
{
color: #5ADFD7;
}
.AnyTagClassName
{
color: #5ADFD7;
}
</style>
background-color css
<style>
a { background-color: #5ADFD7; }
a { background-color: rgb(90,223,215); }
div.DivClassName
{
background-color: #5ADFD7;
}
.BgClassName
{
background-color: #5ADFD7;
}
</style>
border-color css
<style>
span { border-color: #5ADFD7; }
span { border-color: rgb(90,223,215); }
td.TdClassName
{
border-color: #5ADFD7;
}
.TagClassName
{
border-color: #5ADFD7;
}
</style>