Shades of Turquoise #3AEEB9
Tints of Turquoise #3AEEB9
RGB
CMYK
RGB Variations
Color information
#3AEEB9 (or 0x3AEEB9) is known color: Turquoise. HEX triplet: 3A, EE and B9. RGB value is (58,238,185). Sum of RGB (Red+Green+Blue) = 58+238+185=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEEB9 is #C51146. Grayscale: #B2B2B2. Windows color (decimal): -12915015 or 12185146. OLE color: 12185146.
HSL color Cylindrical-coordinate representation of color #3AEEB9: hue angle of 162.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEEB9 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 185 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.07 |
| HSL | 162.33º | 0.84% | 0.58% | - |
| HSV(B) | 162.33º | 0.76% | 0.93% | - |
| XYZ | 41.08 | 65.55 | 56.39 | - |
| YUV | 178.14 | 131.87 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 185 | 0.76 | 0 | 0.22 | 0.07 | 162.33 | 0.84 | 0.58 |
| Hex | 3A | EE | B9 | 4C | 0 | 16 | 7 | A2 | 54 | 3A |
| Octal | 72 | 356 | 271 | 114 | 0 | 26 | 7 | 242 | 124 | 72 |
| Binary | 111010 | 11101110 | 10111001 | 1001100 | 0 | 10110 | 111 | 10100010 | 1010100 | 111010 |
Color Harmonies of #3AEEB9
Complementary color
Monochromatic Colors of #3AEEB9
Black with #3AEEB9
Text Example
Text Example
White with #3AEEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEEB9; }
p { color: rgb(58,238,185); }
H1.HeaderClassName
{
color: #3AEEB9;
}
.AnyTagClassName
{
color: #3AEEB9;
}
</style>
background-color css
<style>
a { background-color: #3AEEB9; }
a { background-color: rgb(58,238,185); }
div.DivClassName
{
background-color: #3AEEB9;
}
.BgClassName
{
background-color: #3AEEB9;
}
</style>
border-color css
<style>
span { border-color: #3AEEB9; }
span { border-color: rgb(58,238,185); }
td.TdClassName
{
border-color: #3AEEB9;
}
.TagClassName
{
border-color: #3AEEB9;
}
</style>