Shades of Turquoise #3AEEBE
Tints of Turquoise #3AEEBE
RGB
CMYK
RGB Variations
Color information
#3AEEBE (or 0x3AEEBE) is known color: Turquoise. HEX triplet: 3A, EE and BE. RGB value is (58,238,190). Sum of RGB (Red+Green+Blue) = 58+238+190=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEEBE is #C51141. Grayscale: #B2B2B2. Windows color (decimal): -12915010 or 12512826. OLE color: 12512826.
HSL color Cylindrical-coordinate representation of color #3AEEBE: hue angle of 164º 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 #3AEEBE is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 190 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.07 |
| HSL | 164º | 0.84% | 0.58% | - |
| HSV(B) | 164º | 0.76% | 0.93% | - |
| XYZ | 41.61 | 65.77 | 59.22 | - |
| YUV | 178.71 | 134.37 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 190 | 0.76 | 0 | 0.20 | 0.07 | 164 | 0.84 | 0.58 |
| Hex | 3A | EE | BE | 4C | 0 | 14 | 7 | A4 | 54 | 3A |
| Octal | 72 | 356 | 276 | 114 | 0 | 24 | 7 | 244 | 124 | 72 |
| Binary | 111010 | 11101110 | 10111110 | 1001100 | 0 | 10100 | 111 | 10100100 | 1010100 | 111010 |
Color Harmonies of #3AEEBE
Complementary color
Monochromatic Colors of #3AEEBE
Black with #3AEEBE
Text Example
Text Example
White with #3AEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEEBE; }
p { color: rgb(58,238,190); }
H1.HeaderClassName
{
color: #3AEEBE;
}
.AnyTagClassName
{
color: #3AEEBE;
}
</style>
background-color css
<style>
a { background-color: #3AEEBE; }
a { background-color: rgb(58,238,190); }
div.DivClassName
{
background-color: #3AEEBE;
}
.BgClassName
{
background-color: #3AEEBE;
}
</style>
border-color css
<style>
span { border-color: #3AEEBE; }
span { border-color: rgb(58,238,190); }
td.TdClassName
{
border-color: #3AEEBE;
}
.TagClassName
{
border-color: #3AEEBE;
}
</style>