Shades of Turquoise #3AEABF
Tints of Turquoise #3AEABF
RGB
CMYK
RGB Variations
Color information
#3AEABF (or 0x3AEABF) is known color: Turquoise. HEX triplet: 3A, EA and BF. RGB value is (58,234,191). Sum of RGB (Red+Green+Blue) = 58+234+191=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEABF is #C51540. Grayscale: #B0B0B0. Windows color (decimal): -12916033 or 12577338. OLE color: 12577338.
HSL color Cylindrical-coordinate representation of color #3AEABF: hue angle of 165.34º degrees, saturation: 0.81, 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 #3AEABF is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 234 | 191 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.08 |
| HSL | 165.34º | 0.81% | 0.57% | - |
| HSV(B) | 165.34º | 0.75% | 0.92% | - |
| XYZ | 40.57 | 63.51 | 59.41 | - |
| YUV | 176.47 | 136.19 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 234 | 191 | 0.75 | 0 | 0.18 | 0.08 | 165.34 | 0.81 | 0.57 |
| Hex | 3A | EA | BF | 4B | 0 | 12 | 8 | A5 | 51 | 39 |
| Octal | 72 | 352 | 277 | 113 | 0 | 22 | 10 | 245 | 121 | 71 |
| Binary | 111010 | 11101010 | 10111111 | 1001011 | 0 | 10010 | 1000 | 10100101 | 1010001 | 111001 |
Color Harmonies of #3AEABF
Complementary color
Monochromatic Colors of #3AEABF
Black with #3AEABF
Text Example
Text Example
White with #3AEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEABF; }
p { color: rgb(58,234,191); }
H1.HeaderClassName
{
color: #3AEABF;
}
.AnyTagClassName
{
color: #3AEABF;
}
</style>
background-color css
<style>
a { background-color: #3AEABF; }
a { background-color: rgb(58,234,191); }
div.DivClassName
{
background-color: #3AEABF;
}
.BgClassName
{
background-color: #3AEABF;
}
</style>
border-color css
<style>
span { border-color: #3AEABF; }
span { border-color: rgb(58,234,191); }
td.TdClassName
{
border-color: #3AEABF;
}
.TagClassName
{
border-color: #3AEABF;
}
</style>