Shades of Turquoise #3AE7D2
Tints of Turquoise #3AE7D2
RGB
CMYK
RGB Variations
Color information
#3AE7D2 (or 0x3AE7D2) is known color: Turquoise. HEX triplet: 3A, E7 and D2. RGB value is (58,231,210). Sum of RGB (Red+Green+Blue) = 58+231+210=499 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.62% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #3AE7D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AE7D2 is #C5182D. Grayscale: #B0B0B0. Windows color (decimal): -12916782 or 13821754. OLE color: 13821754.
HSL color Cylindrical-coordinate representation of color #3AE7D2: hue angle of 172.72º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE7D2 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 58 | 231 | 210 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.09 |
| HSL | 172.72º | 0.78% | 0.57% | - |
| HSV(B) | 172.72º | 0.75% | 0.91% | - |
| XYZ | 41.95 | 62.7 | 70.86 | - |
| YUV | 176.88 | 146.69 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 231 | 210 | 0.75 | 0 | 0.09 | 0.09 | 172.72 | 0.78 | 0.57 |
| Hex | 3A | E7 | D2 | 4B | 0 | 9 | 9 | AD | 4E | 39 |
| Octal | 72 | 347 | 322 | 113 | 0 | 11 | 11 | 255 | 116 | 71 |
| Binary | 111010 | 11100111 | 11010010 | 1001011 | 0 | 1001 | 1001 | 10101101 | 1001110 | 111001 |
Color Harmonies of #3AE7D2
Complementary color
Monochromatic Colors of #3AE7D2
Black with #3AE7D2
Text Example
Text Example
White with #3AE7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE7D2; }
p { color: rgb(58,231,210); }
H1.HeaderClassName
{
color: #3AE7D2;
}
.AnyTagClassName
{
color: #3AE7D2;
}
</style>
background-color css
<style>
a { background-color: #3AE7D2; }
a { background-color: rgb(58,231,210); }
div.DivClassName
{
background-color: #3AE7D2;
}
.BgClassName
{
background-color: #3AE7D2;
}
</style>
border-color css
<style>
span { border-color: #3AE7D2; }
span { border-color: rgb(58,231,210); }
td.TdClassName
{
border-color: #3AE7D2;
}
.TagClassName
{
border-color: #3AE7D2;
}
</style>