Shades of Turquoise #3AEBB8
Tints of Turquoise #3AEBB8
RGB
CMYK
RGB Variations
Color information
#3AEBB8 (or 0x3AEBB8) is known color: Turquoise. HEX triplet: 3A, EB and B8. RGB value is (58,235,184). Sum of RGB (Red+Green+Blue) = 58+235+184=477 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.16% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBB8 is #C51447. Grayscale: #B0B0B0. Windows color (decimal): -12915784 or 12118842. OLE color: 12118842.
HSL color Cylindrical-coordinate representation of color #3AEBB8: hue angle of 162.71º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEBB8 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 235 | 184 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.08 |
| HSL | 162.71º | 0.82% | 0.57% | - |
| HSV(B) | 162.71º | 0.75% | 0.92% | - |
| XYZ | 40.1 | 63.78 | 55.54 | - |
| YUV | 176.26 | 132.36 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 235 | 184 | 0.75 | 0 | 0.22 | 0.08 | 162.71 | 0.82 | 0.57 |
| Hex | 3A | EB | B8 | 4B | 0 | 16 | 8 | A3 | 52 | 39 |
| Octal | 72 | 353 | 270 | 113 | 0 | 26 | 10 | 243 | 122 | 71 |
| Binary | 111010 | 11101011 | 10111000 | 1001011 | 0 | 10110 | 1000 | 10100011 | 1010010 | 111001 |
Color Harmonies of #3AEBB8
Complementary color
Monochromatic Colors of #3AEBB8
Black with #3AEBB8
Text Example
Text Example
White with #3AEBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEBB8; }
p { color: rgb(58,235,184); }
H1.HeaderClassName
{
color: #3AEBB8;
}
.AnyTagClassName
{
color: #3AEBB8;
}
</style>
background-color css
<style>
a { background-color: #3AEBB8; }
a { background-color: rgb(58,235,184); }
div.DivClassName
{
background-color: #3AEBB8;
}
.BgClassName
{
background-color: #3AEBB8;
}
</style>
border-color css
<style>
span { border-color: #3AEBB8; }
span { border-color: rgb(58,235,184); }
td.TdClassName
{
border-color: #3AEBB8;
}
.TagClassName
{
border-color: #3AEBB8;
}
</style>