Shades of Turquoise #5AEECB
Tints of Turquoise #5AEECB
RGB
CMYK
RGB Variations
Color information
#5AEECB (or 0x5AEECB) is known color: Turquoise. HEX triplet: 5A, EE and CB. RGB value is (90,238,203). Sum of RGB (Red+Green+Blue) = 90+238+203=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEECB is #A51134. Grayscale: #BDBDBD. Windows color (decimal): -10817845 or 13364826. OLE color: 13364826.
HSL color Cylindrical-coordinate representation of color #5AEECB: hue angle of 165.81º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEECB is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 203 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.07 |
| HSL | 165.81º | 0.81% | 0.64% | - |
| HSV(B) | 165.81º | 0.62% | 0.93% | - |
| XYZ | 45.57 | 67.63 | 67.15 | - |
| YUV | 189.76 | 135.47 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 203 | 0.62 | 0 | 0.15 | 0.07 | 165.81 | 0.81 | 0.64 |
| Hex | 5A | EE | CB | 3E | 0 | F | 7 | A6 | 51 | 40 |
| Octal | 132 | 356 | 313 | 76 | 0 | 17 | 7 | 246 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11001011 | 111110 | 0 | 1111 | 111 | 10100110 | 1010001 | 1000000 |
Color Harmonies of #5AEECB
Complementary color
Monochromatic Colors of #5AEECB
Black with #5AEECB
Text Example
Text Example
White with #5AEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEECB; }
p { color: rgb(90,238,203); }
H1.HeaderClassName
{
color: #5AEECB;
}
.AnyTagClassName
{
color: #5AEECB;
}
</style>
background-color css
<style>
a { background-color: #5AEECB; }
a { background-color: rgb(90,238,203); }
div.DivClassName
{
background-color: #5AEECB;
}
.BgClassName
{
background-color: #5AEECB;
}
</style>
border-color css
<style>
span { border-color: #5AEECB; }
span { border-color: rgb(90,238,203); }
td.TdClassName
{
border-color: #5AEECB;
}
.TagClassName
{
border-color: #5AEECB;
}
</style>