Shades of Turquoise #3AEEBD
Tints of Turquoise #3AEEBD
RGB
CMYK
RGB Variations
Color information
#3AEEBD (or 0x3AEEBD) is known color: Turquoise. HEX triplet: 3A, EE and BD. RGB value is (58,238,189). Sum of RGB (Red+Green+Blue) = 58+238+189=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEEBD is #C51142. Grayscale: #B2B2B2. Windows color (decimal): -12915011 or 12447290. OLE color: 12447290.
HSL color Cylindrical-coordinate representation of color #3AEEBD: hue angle of 163.67º degrees, saturation: 0.84, 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 #3AEEBD is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 189 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.07 |
| HSL | 163.67º | 0.84% | 0.58% | - |
| HSV(B) | 163.67º | 0.76% | 0.93% | - |
| XYZ | 41.5 | 65.72 | 58.64 | - |
| YUV | 178.59 | 133.87 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 189 | 0.76 | 0 | 0.21 | 0.07 | 163.67 | 0.84 | 0.58 |
| Hex | 3A | EE | BD | 4C | 0 | 15 | 7 | A4 | 54 | 3A |
| Octal | 72 | 356 | 275 | 114 | 0 | 25 | 7 | 244 | 124 | 72 |
| Binary | 111010 | 11101110 | 10111101 | 1001100 | 0 | 10101 | 111 | 10100100 | 1010100 | 111010 |
Color Harmonies of #3AEEBD
Complementary color
Monochromatic Colors of #3AEEBD
Black with #3AEEBD
Text Example
Text Example
White with #3AEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEEBD; }
p { color: rgb(58,238,189); }
H1.HeaderClassName
{
color: #3AEEBD;
}
.AnyTagClassName
{
color: #3AEEBD;
}
</style>
background-color css
<style>
a { background-color: #3AEEBD; }
a { background-color: rgb(58,238,189); }
div.DivClassName
{
background-color: #3AEEBD;
}
.BgClassName
{
background-color: #3AEEBD;
}
</style>
border-color css
<style>
span { border-color: #3AEEBD; }
span { border-color: rgb(58,238,189); }
td.TdClassName
{
border-color: #3AEEBD;
}
.TagClassName
{
border-color: #3AEEBD;
}
</style>