Shades of Turquoise #3AEACD
Tints of Turquoise #3AEACD
RGB
CMYK
RGB Variations
Color information
#3AEACD (or 0x3AEACD) is known color: Turquoise. HEX triplet: 3A, EA and CD. RGB value is (58,234,205). Sum of RGB (Red+Green+Blue) = 58+234+205=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEACD is #C51532. Grayscale: #B2B2B2. Windows color (decimal): -12916019 or 13494842. OLE color: 13494842.
HSL color Cylindrical-coordinate representation of color #3AEACD: hue angle of 170.11º 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 #3AEACD is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 234 | 205 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.08 |
| HSL | 170.11º | 0.81% | 0.57% | - |
| HSV(B) | 170.11º | 0.75% | 0.92% | - |
| XYZ | 42.19 | 64.15 | 67.92 | - |
| YUV | 178.07 | 143.19 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 234 | 205 | 0.75 | 0 | 0.12 | 0.08 | 170.11 | 0.81 | 0.57 |
| Hex | 3A | EA | CD | 4B | 0 | C | 8 | AA | 51 | 39 |
| Octal | 72 | 352 | 315 | 113 | 0 | 14 | 10 | 252 | 121 | 71 |
| Binary | 111010 | 11101010 | 11001101 | 1001011 | 0 | 1100 | 1000 | 10101010 | 1010001 | 111001 |
Color Harmonies of #3AEACD
Complementary color
Monochromatic Colors of #3AEACD
Black with #3AEACD
Text Example
Text Example
White with #3AEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEACD; }
p { color: rgb(58,234,205); }
H1.HeaderClassName
{
color: #3AEACD;
}
.AnyTagClassName
{
color: #3AEACD;
}
</style>
background-color css
<style>
a { background-color: #3AEACD; }
a { background-color: rgb(58,234,205); }
div.DivClassName
{
background-color: #3AEACD;
}
.BgClassName
{
background-color: #3AEACD;
}
</style>
border-color css
<style>
span { border-color: #3AEACD; }
span { border-color: rgb(58,234,205); }
td.TdClassName
{
border-color: #3AEACD;
}
.TagClassName
{
border-color: #3AEACD;
}
</style>