Shades of Turquoise #3AECB8
Tints of Turquoise #3AECB8
RGB
CMYK
RGB Variations
Color information
#3AECB8 (or 0x3AECB8) is known color: Turquoise. HEX triplet: 3A, EC and B8. RGB value is (58,236,184). Sum of RGB (Red+Green+Blue) = 58+236+184=478 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.13% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECB8 is #C51347. Grayscale: #B0B0B0. Windows color (decimal): -12915528 or 12119098. OLE color: 12119098.
HSL color Cylindrical-coordinate representation of color #3AECB8: hue angle of 162.47º 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 #3AECB8 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 184 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.07 |
| HSL | 162.47º | 0.82% | 0.58% | - |
| HSV(B) | 162.47º | 0.75% | 0.93% | - |
| XYZ | 40.39 | 64.35 | 55.64 | - |
| YUV | 176.85 | 132.03 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 184 | 0.75 | 0 | 0.22 | 0.07 | 162.47 | 0.82 | 0.58 |
| Hex | 3A | EC | B8 | 4B | 0 | 16 | 7 | A2 | 52 | 3A |
| Octal | 72 | 354 | 270 | 113 | 0 | 26 | 7 | 242 | 122 | 72 |
| Binary | 111010 | 11101100 | 10111000 | 1001011 | 0 | 10110 | 111 | 10100010 | 1010010 | 111010 |
Color Harmonies of #3AECB8
Complementary color
Monochromatic Colors of #3AECB8
Black with #3AECB8
Text Example
Text Example
White with #3AECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECB8; }
p { color: rgb(58,236,184); }
H1.HeaderClassName
{
color: #3AECB8;
}
.AnyTagClassName
{
color: #3AECB8;
}
</style>
background-color css
<style>
a { background-color: #3AECB8; }
a { background-color: rgb(58,236,184); }
div.DivClassName
{
background-color: #3AECB8;
}
.BgClassName
{
background-color: #3AECB8;
}
</style>
border-color css
<style>
span { border-color: #3AECB8; }
span { border-color: rgb(58,236,184); }
td.TdClassName
{
border-color: #3AECB8;
}
.TagClassName
{
border-color: #3AECB8;
}
</style>