Shades of Turquoise #3AE6DB
Tints of Turquoise #3AE6DB
RGB
CMYK
RGB Variations
Color information
#3AE6DB (or 0x3AE6DB) is known color: Turquoise. HEX triplet: 3A, E6 and DB. RGB value is (58,230,219). Sum of RGB (Red+Green+Blue) = 58+230+219=507 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.44% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #3AE6DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AE6DB is #C51924. Grayscale: #B1B1B1. Windows color (decimal): -12917029 or 14411322. OLE color: 14411322.
HSL color Cylindrical-coordinate representation of color #3AE6DB: hue angle of 176.16º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE6DB is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 58 | 230 | 219 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.10 |
| HSL | 176.16º | 0.77% | 0.56% | - |
| HSV(B) | 176.16º | 0.75% | 0.9% | - |
| XYZ | 42.83 | 62.61 | 76.85 | - |
| YUV | 177.32 | 151.52 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 230 | 219 | 0.75 | 0 | 0.05 | 0.10 | 176.16 | 0.77 | 0.56 |
| Hex | 3A | E6 | DB | 4B | 0 | 5 | A | B0 | 4D | 38 |
| Octal | 72 | 346 | 333 | 113 | 0 | 5 | 12 | 260 | 115 | 70 |
| Binary | 111010 | 11100110 | 11011011 | 1001011 | 0 | 101 | 1010 | 10110000 | 1001101 | 111000 |
Color Harmonies of #3AE6DB
Complementary color
Monochromatic Colors of #3AE6DB
Black with #3AE6DB
Text Example
Text Example
White with #3AE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE6DB; }
p { color: rgb(58,230,219); }
H1.HeaderClassName
{
color: #3AE6DB;
}
.AnyTagClassName
{
color: #3AE6DB;
}
</style>
background-color css
<style>
a { background-color: #3AE6DB; }
a { background-color: rgb(58,230,219); }
div.DivClassName
{
background-color: #3AE6DB;
}
.BgClassName
{
background-color: #3AE6DB;
}
</style>
border-color css
<style>
span { border-color: #3AE6DB; }
span { border-color: rgb(58,230,219); }
td.TdClassName
{
border-color: #3AE6DB;
}
.TagClassName
{
border-color: #3AE6DB;
}
</style>