Shades of Turquoise #3AECD6
Tints of Turquoise #3AECD6
RGB
CMYK
RGB Variations
Color information
#3AECD6 (or 0x3AECD6) is known color: Turquoise. HEX triplet: 3A, EC and D6. RGB value is (58,236,214). Sum of RGB (Red+Green+Blue) = 58+236+214=508 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.42% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECD6 is #C51329. Grayscale: #B4B4B4. Windows color (decimal): -12915498 or 14085178. OLE color: 14085178.
HSL color Cylindrical-coordinate representation of color #3AECD6: hue angle of 172.58º 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 #3AECD6 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 214 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.07 |
| HSL | 172.58º | 0.82% | 0.58% | - |
| HSV(B) | 172.58º | 0.75% | 0.93% | - |
| XYZ | 43.88 | 65.75 | 74 | - |
| YUV | 180.27 | 147.03 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 214 | 0.75 | 0 | 0.09 | 0.07 | 172.58 | 0.82 | 0.58 |
| Hex | 3A | EC | D6 | 4B | 0 | 9 | 7 | AD | 52 | 3A |
| Octal | 72 | 354 | 326 | 113 | 0 | 11 | 7 | 255 | 122 | 72 |
| Binary | 111010 | 11101100 | 11010110 | 1001011 | 0 | 1001 | 111 | 10101101 | 1010010 | 111010 |
Color Harmonies of #3AECD6
Complementary color
Monochromatic Colors of #3AECD6
Black with #3AECD6
Text Example
Text Example
White with #3AECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECD6; }
p { color: rgb(58,236,214); }
H1.HeaderClassName
{
color: #3AECD6;
}
.AnyTagClassName
{
color: #3AECD6;
}
</style>
background-color css
<style>
a { background-color: #3AECD6; }
a { background-color: rgb(58,236,214); }
div.DivClassName
{
background-color: #3AECD6;
}
.BgClassName
{
background-color: #3AECD6;
}
</style>
border-color css
<style>
span { border-color: #3AECD6; }
span { border-color: rgb(58,236,214); }
td.TdClassName
{
border-color: #3AECD6;
}
.TagClassName
{
border-color: #3AECD6;
}
</style>