Shades of Turquoise #3AEADB
Tints of Turquoise #3AEADB
RGB
CMYK
RGB Variations
Color information
#3AEADB (or 0x3AEADB) is known color: Turquoise. HEX triplet: 3A, EA and DB. RGB value is (58,234,219). Sum of RGB (Red+Green+Blue) = 58+234+219=511 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.35% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEADB is #C51524. Grayscale: #B3B3B3. Windows color (decimal): -12916005 or 14412346. OLE color: 14412346.
HSL color Cylindrical-coordinate representation of color #3AEADB: hue angle of 174.89º 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 #3AEADB is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 234 | 219 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.08 |
| HSL | 174.89º | 0.81% | 0.57% | - |
| HSV(B) | 174.89º | 0.75% | 0.92% | - |
| XYZ | 43.95 | 64.86 | 77.22 | - |
| YUV | 179.67 | 150.19 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 234 | 219 | 0.75 | 0 | 0.06 | 0.08 | 174.89 | 0.81 | 0.57 |
| Hex | 3A | EA | DB | 4B | 0 | 6 | 8 | AF | 51 | 39 |
| Octal | 72 | 352 | 333 | 113 | 0 | 6 | 10 | 257 | 121 | 71 |
| Binary | 111010 | 11101010 | 11011011 | 1001011 | 0 | 110 | 1000 | 10101111 | 1010001 | 111001 |
Color Harmonies of #3AEADB
Complementary color
Monochromatic Colors of #3AEADB
Black with #3AEADB
Text Example
Text Example
White with #3AEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEADB; }
p { color: rgb(58,234,219); }
H1.HeaderClassName
{
color: #3AEADB;
}
.AnyTagClassName
{
color: #3AEADB;
}
</style>
background-color css
<style>
a { background-color: #3AEADB; }
a { background-color: rgb(58,234,219); }
div.DivClassName
{
background-color: #3AEADB;
}
.BgClassName
{
background-color: #3AEADB;
}
</style>
border-color css
<style>
span { border-color: #3AEADB; }
span { border-color: rgb(58,234,219); }
td.TdClassName
{
border-color: #3AEADB;
}
.TagClassName
{
border-color: #3AEADB;
}
</style>