Shades of Turquoise #3AEDBB
Tints of Turquoise #3AEDBB
RGB
CMYK
RGB Variations
Color information
#3AEDBB (or 0x3AEDBB) is known color: Turquoise. HEX triplet: 3A, ED and BB. RGB value is (58,237,187). Sum of RGB (Red+Green+Blue) = 58+237+187=482 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.03% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEDBB is #C51244. Grayscale: #B1B1B1. Windows color (decimal): -12915269 or 12315962. OLE color: 12315962.
HSL color Cylindrical-coordinate representation of color #3AEDBB: hue angle of 163.24º degrees, saturation: 0.83, 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 #3AEDBB is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 187 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.07 |
| HSL | 163.24º | 0.83% | 0.58% | - |
| HSV(B) | 163.24º | 0.76% | 0.93% | - |
| XYZ | 41 | 65.06 | 57.41 | - |
| YUV | 177.78 | 133.2 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 187 | 0.76 | 0 | 0.21 | 0.07 | 163.24 | 0.83 | 0.58 |
| Hex | 3A | ED | BB | 4C | 0 | 15 | 7 | A3 | 53 | 3A |
| Octal | 72 | 355 | 273 | 114 | 0 | 25 | 7 | 243 | 123 | 72 |
| Binary | 111010 | 11101101 | 10111011 | 1001100 | 0 | 10101 | 111 | 10100011 | 1010011 | 111010 |
Color Harmonies of #3AEDBB
Complementary color
Monochromatic Colors of #3AEDBB
Black with #3AEDBB
Text Example
Text Example
White with #3AEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEDBB; }
p { color: rgb(58,237,187); }
H1.HeaderClassName
{
color: #3AEDBB;
}
.AnyTagClassName
{
color: #3AEDBB;
}
</style>
background-color css
<style>
a { background-color: #3AEDBB; }
a { background-color: rgb(58,237,187); }
div.DivClassName
{
background-color: #3AEDBB;
}
.BgClassName
{
background-color: #3AEDBB;
}
</style>
border-color css
<style>
span { border-color: #3AEDBB; }
span { border-color: rgb(58,237,187); }
td.TdClassName
{
border-color: #3AEDBB;
}
.TagClassName
{
border-color: #3AEDBB;
}
</style>