Shades of Turquoise #5AEBD2
Tints of Turquoise #5AEBD2
RGB
CMYK
RGB Variations
Color information
#5AEBD2 (or 0x5AEBD2) is known color: Turquoise. HEX triplet: 5A, EB and D2. RGB value is (90,235,210). Sum of RGB (Red+Green+Blue) = 90+235+210=535 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.82% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBD2 is #A5142D. Grayscale: #BCBCBC. Windows color (decimal): -10818606 or 13822810. OLE color: 13822810.
HSL color Cylindrical-coordinate representation of color #5AEBD2: hue angle of 169.66º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEBD2 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 235 | 210 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.08 |
| HSL | 169.66º | 0.78% | 0.64% | - |
| HSV(B) | 169.66º | 0.62% | 0.92% | - |
| XYZ | 45.56 | 66.24 | 71.36 | - |
| YUV | 188.8 | 139.96 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 235 | 210 | 0.62 | 0 | 0.11 | 0.08 | 169.66 | 0.78 | 0.64 |
| Hex | 5A | EB | D2 | 3E | 0 | B | 8 | AA | 4E | 40 |
| Octal | 132 | 353 | 322 | 76 | 0 | 13 | 10 | 252 | 116 | 100 |
| Binary | 1011010 | 11101011 | 11010010 | 111110 | 0 | 1011 | 1000 | 10101010 | 1001110 | 1000000 |
Color Harmonies of #5AEBD2
Complementary color
Monochromatic Colors of #5AEBD2
Black with #5AEBD2
Text Example
Text Example
White with #5AEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEBD2; }
p { color: rgb(90,235,210); }
H1.HeaderClassName
{
color: #5AEBD2;
}
.AnyTagClassName
{
color: #5AEBD2;
}
</style>
background-color css
<style>
a { background-color: #5AEBD2; }
a { background-color: rgb(90,235,210); }
div.DivClassName
{
background-color: #5AEBD2;
}
.BgClassName
{
background-color: #5AEBD2;
}
</style>
border-color css
<style>
span { border-color: #5AEBD2; }
span { border-color: rgb(90,235,210); }
td.TdClassName
{
border-color: #5AEBD2;
}
.TagClassName
{
border-color: #5AEBD2;
}
</style>