Shades of Turquoise #3AECC6
Tints of Turquoise #3AECC6
RGB
CMYK
RGB Variations
Color information
#3AECC6 (or 0x3AECC6) is known color: Turquoise. HEX triplet: 3A, EC and C6. RGB value is (58,236,198). Sum of RGB (Red+Green+Blue) = 58+236+198=492 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.79% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECC6 is #C51339. Grayscale: #B2B2B2. Windows color (decimal): -12915514 or 13036602. OLE color: 13036602.
HSL color Cylindrical-coordinate representation of color #3AECC6: hue angle of 167.19º 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 #3AECC6 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 198 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.07 |
| HSL | 167.19º | 0.82% | 0.58% | - |
| HSV(B) | 167.19º | 0.75% | 0.93% | - |
| XYZ | 41.93 | 64.97 | 63.76 | - |
| YUV | 178.45 | 139.03 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 198 | 0.75 | 0 | 0.16 | 0.07 | 167.19 | 0.82 | 0.58 |
| Hex | 3A | EC | C6 | 4B | 0 | 10 | 7 | A7 | 52 | 3A |
| Octal | 72 | 354 | 306 | 113 | 0 | 20 | 7 | 247 | 122 | 72 |
| Binary | 111010 | 11101100 | 11000110 | 1001011 | 0 | 10000 | 111 | 10100111 | 1010010 | 111010 |
Color Harmonies of #3AECC6
Complementary color
Monochromatic Colors of #3AECC6
Black with #3AECC6
Text Example
Text Example
White with #3AECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECC6; }
p { color: rgb(58,236,198); }
H1.HeaderClassName
{
color: #3AECC6;
}
.AnyTagClassName
{
color: #3AECC6;
}
</style>
background-color css
<style>
a { background-color: #3AECC6; }
a { background-color: rgb(58,236,198); }
div.DivClassName
{
background-color: #3AECC6;
}
.BgClassName
{
background-color: #3AECC6;
}
</style>
border-color css
<style>
span { border-color: #3AECC6; }
span { border-color: rgb(58,236,198); }
td.TdClassName
{
border-color: #3AECC6;
}
.TagClassName
{
border-color: #3AECC6;
}
</style>