Shades of Turquoise #3AEAD0
Tints of Turquoise #3AEAD0
RGB
CMYK
RGB Variations
Color information
#3AEAD0 (or 0x3AEAD0) is known color: Turquoise. HEX triplet: 3A, EA and D0. RGB value is (58,234,208). Sum of RGB (Red+Green+Blue) = 58+234+208=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEAD0 is #C5152F. Grayscale: #B2B2B2. Windows color (decimal): -12916016 or 13691450. OLE color: 13691450.
HSL color Cylindrical-coordinate representation of color #3AEAD0: hue angle of 171.14º 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 #3AEAD0 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 234 | 208 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.08 |
| HSL | 171.14º | 0.81% | 0.57% | - |
| HSV(B) | 171.14º | 0.75% | 0.92% | - |
| XYZ | 42.55 | 64.3 | 69.84 | - |
| YUV | 178.41 | 144.69 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 234 | 208 | 0.75 | 0 | 0.11 | 0.08 | 171.14 | 0.81 | 0.57 |
| Hex | 3A | EA | D0 | 4B | 0 | B | 8 | AB | 51 | 39 |
| Octal | 72 | 352 | 320 | 113 | 0 | 13 | 10 | 253 | 121 | 71 |
| Binary | 111010 | 11101010 | 11010000 | 1001011 | 0 | 1011 | 1000 | 10101011 | 1010001 | 111001 |
Color Harmonies of #3AEAD0
Complementary color
Monochromatic Colors of #3AEAD0
Black with #3AEAD0
Text Example
Text Example
White with #3AEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEAD0; }
p { color: rgb(58,234,208); }
H1.HeaderClassName
{
color: #3AEAD0;
}
.AnyTagClassName
{
color: #3AEAD0;
}
</style>
background-color css
<style>
a { background-color: #3AEAD0; }
a { background-color: rgb(58,234,208); }
div.DivClassName
{
background-color: #3AEAD0;
}
.BgClassName
{
background-color: #3AEAD0;
}
</style>
border-color css
<style>
span { border-color: #3AEAD0; }
span { border-color: rgb(58,234,208); }
td.TdClassName
{
border-color: #3AEAD0;
}
.TagClassName
{
border-color: #3AEAD0;
}
</style>