Shades of Medium Turquoise #5ADECF
Tints of Medium Turquoise #5ADECF
RGB
CMYK
RGB Variations
Color information
#5ADECF (or 0x5ADECF) is known color: Medium Turquoise. HEX triplet: 5A, DE and CF. RGB value is (90,222,207). Sum of RGB (Red+Green+Blue) = 90+222+207=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADECF is #A52130. Grayscale: #B4B4B4. Windows color (decimal): -10821937 or 13622874. OLE color: 13622874.
HSL color Cylindrical-coordinate representation of color #5ADECF: hue angle of 173.18º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADECF is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 207 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.13 |
| HSL | 173.18º | 0.67% | 0.61% | - |
| HSV(B) | 173.18º | 0.59% | 0.87% | - |
| XYZ | 41.6 | 58.92 | 68.21 | - |
| YUV | 180.82 | 142.77 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 207 | 0.59 | 0 | 0.07 | 0.13 | 173.18 | 0.67 | 0.61 |
| Hex | 5A | DE | CF | 3B | 0 | 7 | D | AD | 43 | 3D |
| Octal | 132 | 336 | 317 | 73 | 0 | 7 | 15 | 255 | 103 | 75 |
| Binary | 1011010 | 11011110 | 11001111 | 111011 | 0 | 111 | 1101 | 10101101 | 1000011 | 111101 |
Color Harmonies of #5ADECF
Complementary color
Monochromatic Colors of #5ADECF
Black with #5ADECF
Text Example
Text Example
White with #5ADECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADECF; }
p { color: rgb(90,222,207); }
H1.HeaderClassName
{
color: #5ADECF;
}
.AnyTagClassName
{
color: #5ADECF;
}
</style>
background-color css
<style>
a { background-color: #5ADECF; }
a { background-color: rgb(90,222,207); }
div.DivClassName
{
background-color: #5ADECF;
}
.BgClassName
{
background-color: #5ADECF;
}
</style>
border-color css
<style>
span { border-color: #5ADECF; }
span { border-color: rgb(90,222,207); }
td.TdClassName
{
border-color: #5ADECF;
}
.TagClassName
{
border-color: #5ADECF;
}
</style>