Shades of Turquoise #3AECD5
Tints of Turquoise #3AECD5
RGB
CMYK
RGB Variations
Color information
#3AECD5 (or 0x3AECD5) is known color: Turquoise. HEX triplet: 3A, EC and D5. RGB value is (58,236,213). Sum of RGB (Red+Green+Blue) = 58+236+213=507 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.44% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECD5 is #C5132A. Grayscale: #B4B4B4. Windows color (decimal): -12915499 or 14019642. OLE color: 14019642.
HSL color Cylindrical-coordinate representation of color #3AECD5: hue angle of 172.25º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AECD5 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 213 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.07 |
| HSL | 172.25º | 0.82% | 0.58% | - |
| HSV(B) | 172.25º | 0.75% | 0.93% | - |
| XYZ | 43.75 | 65.69 | 73.33 | - |
| YUV | 180.16 | 146.53 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 213 | 0.75 | 0 | 0.10 | 0.07 | 172.25 | 0.82 | 0.58 |
| Hex | 3A | EC | D5 | 4B | 0 | A | 7 | AC | 52 | 3A |
| Octal | 72 | 354 | 325 | 113 | 0 | 12 | 7 | 254 | 122 | 72 |
| Binary | 111010 | 11101100 | 11010101 | 1001011 | 0 | 1010 | 111 | 10101100 | 1010010 | 111010 |
Color Harmonies of #3AECD5
Complementary color
Monochromatic Colors of #3AECD5
Black with #3AECD5
Text Example
Text Example
White with #3AECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECD5; }
p { color: rgb(58,236,213); }
H1.HeaderClassName
{
color: #3AECD5;
}
.AnyTagClassName
{
color: #3AECD5;
}
</style>
background-color css
<style>
a { background-color: #3AECD5; }
a { background-color: rgb(58,236,213); }
div.DivClassName
{
background-color: #3AECD5;
}
.BgClassName
{
background-color: #3AECD5;
}
</style>
border-color css
<style>
span { border-color: #3AECD5; }
span { border-color: rgb(58,236,213); }
td.TdClassName
{
border-color: #3AECD5;
}
.TagClassName
{
border-color: #3AECD5;
}
</style>