Shades of Turquoise #3AFEBC
Tints of Turquoise #3AFEBC
RGB
CMYK
RGB Variations
Color information
#3AFEBC (or 0x3AFEBC) is known color: Turquoise. HEX triplet: 3A, FE and BC. RGB value is (58,254,188). Sum of RGB (Red+Green+Blue) = 58+254+188=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFEBC is #C50143. Grayscale: #BBBBBB. Windows color (decimal): -12910916 or 12385850. OLE color: 12385850.
HSL color Cylindrical-coordinate representation of color #3AFEBC: hue angle of 159.8º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFEBC is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 188 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.00 |
| HSL | 159.8º | 0.99% | 0.61% | - |
| HSV(B) | 159.8º | 0.77% | 1% | - |
| XYZ | 46.26 | 75.41 | 59.69 | - |
| YUV | 187.87 | 128.07 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 188 | 0.77 | 0 | 0.26 | 0.00 | 159.8 | 0.99 | 0.61 |
| Hex | 3A | FE | BC | 4D | 0 | 1A | 0 | A0 | 63 | 3D |
| Octal | 72 | 376 | 274 | 115 | 0 | 32 | 0 | 240 | 143 | 75 |
| Binary | 111010 | 11111110 | 10111100 | 1001101 | 0 | 11010 | 0 | 10100000 | 1100011 | 111101 |
Color Harmonies of #3AFEBC
Complementary color
Monochromatic Colors of #3AFEBC
Black with #3AFEBC
Text Example
Text Example
White with #3AFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEBC; }
p { color: rgb(58,254,188); }
H1.HeaderClassName
{
color: #3AFEBC;
}
.AnyTagClassName
{
color: #3AFEBC;
}
</style>
background-color css
<style>
a { background-color: #3AFEBC; }
a { background-color: rgb(58,254,188); }
div.DivClassName
{
background-color: #3AFEBC;
}
.BgClassName
{
background-color: #3AFEBC;
}
</style>
border-color css
<style>
span { border-color: #3AFEBC; }
span { border-color: rgb(58,254,188); }
td.TdClassName
{
border-color: #3AFEBC;
}
.TagClassName
{
border-color: #3AFEBC;
}
</style>