Shades of Turquoise #5AECCB
Tints of Turquoise #5AECCB
RGB
CMYK
RGB Variations
Color information
#5AECCB (or 0x5AECCB) is known color: Turquoise. HEX triplet: 5A, EC and CB. RGB value is (90,236,203). Sum of RGB (Red+Green+Blue) = 90+236+203=529 (70% of max value = 765). Red value is 90 (35.55% from 255 or 17.01% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AECCB is #A51334. Grayscale: #BCBCBC. Windows color (decimal): -10818357 or 13364314. OLE color: 13364314.
HSL color Cylindrical-coordinate representation of color #5AECCB: hue angle of 166.44º degrees, saturation: 0.79, 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 #5AECCB is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 203 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.07 |
| HSL | 166.44º | 0.79% | 0.64% | - |
| HSV(B) | 166.44º | 0.62% | 0.93% | - |
| XYZ | 44.99 | 66.48 | 66.96 | - |
| YUV | 188.58 | 136.13 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 203 | 0.62 | 0 | 0.14 | 0.07 | 166.44 | 0.79 | 0.64 |
| Hex | 5A | EC | CB | 3E | 0 | E | 7 | A6 | 4F | 40 |
| Octal | 132 | 354 | 313 | 76 | 0 | 16 | 7 | 246 | 117 | 100 |
| Binary | 1011010 | 11101100 | 11001011 | 111110 | 0 | 1110 | 111 | 10100110 | 1001111 | 1000000 |
Color Harmonies of #5AECCB
Complementary color
Monochromatic Colors of #5AECCB
Black with #5AECCB
Text Example
Text Example
White with #5AECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECCB; }
p { color: rgb(90,236,203); }
H1.HeaderClassName
{
color: #5AECCB;
}
.AnyTagClassName
{
color: #5AECCB;
}
</style>
background-color css
<style>
a { background-color: #5AECCB; }
a { background-color: rgb(90,236,203); }
div.DivClassName
{
background-color: #5AECCB;
}
.BgClassName
{
background-color: #5AECCB;
}
</style>
border-color css
<style>
span { border-color: #5AECCB; }
span { border-color: rgb(90,236,203); }
td.TdClassName
{
border-color: #5AECCB;
}
.TagClassName
{
border-color: #5AECCB;
}
</style>