Shades of Turquoise #5AE5CB
Tints of Turquoise #5AE5CB
RGB
CMYK
RGB Variations
Color information
#5AE5CB (or 0x5AE5CB) is known color: Turquoise. HEX triplet: 5A, E5 and CB. RGB value is (90,229,203). Sum of RGB (Red+Green+Blue) = 90+229+203=522 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.24% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE5CB is #A51A34. Grayscale: #B8B8B8. Windows color (decimal): -10820149 or 13362522. OLE color: 13362522.
HSL color Cylindrical-coordinate representation of color #5AE5CB: hue angle of 168.78º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE5CB is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 229 | 203 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.10 |
| HSL | 168.78º | 0.73% | 0.63% | - |
| HSV(B) | 168.78º | 0.61% | 0.9% | - |
| XYZ | 43.02 | 62.52 | 66.3 | - |
| YUV | 184.48 | 138.45 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 203 | 0.61 | 0 | 0.11 | 0.10 | 168.78 | 0.73 | 0.63 |
| Hex | 5A | E5 | CB | 3D | 0 | B | A | A9 | 49 | 3F |
| Octal | 132 | 345 | 313 | 75 | 0 | 13 | 12 | 251 | 111 | 77 |
| Binary | 1011010 | 11100101 | 11001011 | 111101 | 0 | 1011 | 1010 | 10101001 | 1001001 | 111111 |
Color Harmonies of #5AE5CB
Complementary color
Monochromatic Colors of #5AE5CB
Black with #5AE5CB
Text Example
Text Example
White with #5AE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE5CB; }
p { color: rgb(90,229,203); }
H1.HeaderClassName
{
color: #5AE5CB;
}
.AnyTagClassName
{
color: #5AE5CB;
}
</style>
background-color css
<style>
a { background-color: #5AE5CB; }
a { background-color: rgb(90,229,203); }
div.DivClassName
{
background-color: #5AE5CB;
}
.BgClassName
{
background-color: #5AE5CB;
}
</style>
border-color css
<style>
span { border-color: #5AE5CB; }
span { border-color: rgb(90,229,203); }
td.TdClassName
{
border-color: #5AE5CB;
}
.TagClassName
{
border-color: #5AE5CB;
}
</style>