Shades of Turquoise #3AE8BF
Tints of Turquoise #3AE8BF
RGB
CMYK
RGB Variations
Color information
#3AE8BF (or 0x3AE8BF) is known color: Turquoise. HEX triplet: 3A, E8 and BF. RGB value is (58,232,191). Sum of RGB (Red+Green+Blue) = 58+232+191=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 232 - color contains mainly: green. Hex color #3AE8BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AE8BF is #C51740. Grayscale: #AFAFAF. Windows color (decimal): -12916545 or 12576826. OLE color: 12576826.
HSL color Cylindrical-coordinate representation of color #3AE8BF: hue angle of 165.86º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE8BF is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 58 | 232 | 191 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.09 |
| HSL | 165.86º | 0.79% | 0.57% | - |
| HSV(B) | 165.86º | 0.75% | 0.91% | - |
| XYZ | 40.01 | 62.37 | 59.22 | - |
| YUV | 175.3 | 136.85 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 232 | 191 | 0.75 | 0 | 0.18 | 0.09 | 165.86 | 0.79 | 0.57 |
| Hex | 3A | E8 | BF | 4B | 0 | 12 | 9 | A6 | 4F | 39 |
| Octal | 72 | 350 | 277 | 113 | 0 | 22 | 11 | 246 | 117 | 71 |
| Binary | 111010 | 11101000 | 10111111 | 1001011 | 0 | 10010 | 1001 | 10100110 | 1001111 | 111001 |
Color Harmonies of #3AE8BF
Complementary color
Monochromatic Colors of #3AE8BF
Black with #3AE8BF
Text Example
Text Example
White with #3AE8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE8BF; }
p { color: rgb(58,232,191); }
H1.HeaderClassName
{
color: #3AE8BF;
}
.AnyTagClassName
{
color: #3AE8BF;
}
</style>
background-color css
<style>
a { background-color: #3AE8BF; }
a { background-color: rgb(58,232,191); }
div.DivClassName
{
background-color: #3AE8BF;
}
.BgClassName
{
background-color: #3AE8BF;
}
</style>
border-color css
<style>
span { border-color: #3AE8BF; }
span { border-color: rgb(58,232,191); }
td.TdClassName
{
border-color: #3AE8BF;
}
.TagClassName
{
border-color: #3AE8BF;
}
</style>