Shades of Turquoise #3AECBD
Tints of Turquoise #3AECBD
RGB
CMYK
RGB Variations
Color information
#3AECBD (or 0x3AECBD) is known color: Turquoise. HEX triplet: 3A, EC and BD. RGB value is (58,236,189). Sum of RGB (Red+Green+Blue) = 58+236+189=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECBD is #C51342. Grayscale: #B1B1B1. Windows color (decimal): -12915523 or 12446778. OLE color: 12446778.
HSL color Cylindrical-coordinate representation of color #3AECBD: hue angle of 164.16º 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 #3AECBD is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 189 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.07 |
| HSL | 164.16º | 0.82% | 0.58% | - |
| HSV(B) | 164.16º | 0.75% | 0.93% | - |
| XYZ | 40.93 | 64.56 | 58.45 | - |
| YUV | 177.42 | 134.53 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 189 | 0.75 | 0 | 0.20 | 0.07 | 164.16 | 0.82 | 0.58 |
| Hex | 3A | EC | BD | 4B | 0 | 14 | 7 | A4 | 52 | 3A |
| Octal | 72 | 354 | 275 | 113 | 0 | 24 | 7 | 244 | 122 | 72 |
| Binary | 111010 | 11101100 | 10111101 | 1001011 | 0 | 10100 | 111 | 10100100 | 1010010 | 111010 |
Color Harmonies of #3AECBD
Complementary color
Monochromatic Colors of #3AECBD
Black with #3AECBD
Text Example
Text Example
White with #3AECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECBD; }
p { color: rgb(58,236,189); }
H1.HeaderClassName
{
color: #3AECBD;
}
.AnyTagClassName
{
color: #3AECBD;
}
</style>
background-color css
<style>
a { background-color: #3AECBD; }
a { background-color: rgb(58,236,189); }
div.DivClassName
{
background-color: #3AECBD;
}
.BgClassName
{
background-color: #3AECBD;
}
</style>
border-color css
<style>
span { border-color: #3AECBD; }
span { border-color: rgb(58,236,189); }
td.TdClassName
{
border-color: #3AECBD;
}
.TagClassName
{
border-color: #3AECBD;
}
</style>