Shades of Turquoise #3AE4BE
Tints of Turquoise #3AE4BE
RGB
CMYK
RGB Variations
Color information
#3AE4BE (or 0x3AE4BE) is known color: Turquoise. HEX triplet: 3A, E4 and BE. RGB value is (58,228,190). Sum of RGB (Red+Green+Blue) = 58+228+190=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 228 - color contains mainly: green. Hex color #3AE4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE4BE is #C51B41. Grayscale: #ACACAC. Windows color (decimal): -12917570 or 12510266. OLE color: 12510266.
HSL color Cylindrical-coordinate representation of color #3AE4BE: hue angle of 166.59º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE4BE is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 228 | 190 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.11 |
| HSL | 166.59º | 0.76% | 0.56% | - |
| HSV(B) | 166.59º | 0.75% | 0.89% | - |
| XYZ | 38.78 | 60.1 | 58.27 | - |
| YUV | 172.84 | 137.68 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 228 | 190 | 0.75 | 0 | 0.17 | 0.11 | 166.59 | 0.76 | 0.56 |
| Hex | 3A | E4 | BE | 4B | 0 | 11 | B | A7 | 4C | 38 |
| Octal | 72 | 344 | 276 | 113 | 0 | 21 | 13 | 247 | 114 | 70 |
| Binary | 111010 | 11100100 | 10111110 | 1001011 | 0 | 10001 | 1011 | 10100111 | 1001100 | 111000 |
Color Harmonies of #3AE4BE
Complementary color
Monochromatic Colors of #3AE4BE
Black with #3AE4BE
Text Example
Text Example
White with #3AE4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE4BE; }
p { color: rgb(58,228,190); }
H1.HeaderClassName
{
color: #3AE4BE;
}
.AnyTagClassName
{
color: #3AE4BE;
}
</style>
background-color css
<style>
a { background-color: #3AE4BE; }
a { background-color: rgb(58,228,190); }
div.DivClassName
{
background-color: #3AE4BE;
}
.BgClassName
{
background-color: #3AE4BE;
}
</style>
border-color css
<style>
span { border-color: #3AE4BE; }
span { border-color: rgb(58,228,190); }
td.TdClassName
{
border-color: #3AE4BE;
}
.TagClassName
{
border-color: #3AE4BE;
}
</style>