Shades of Turquoise #3AEDC5
Tints of Turquoise #3AEDC5
RGB
CMYK
RGB Variations
Color information
#3AEDC5 (or 0x3AEDC5) is known color: Turquoise. HEX triplet: 3A, ED and C5. RGB value is (58,237,197). Sum of RGB (Red+Green+Blue) = 58+237+197=492 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.79% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEDC5 is #C5123A. Grayscale: #B2B2B2. Windows color (decimal): -12915259 or 12971322. OLE color: 12971322.
HSL color Cylindrical-coordinate representation of color #3AEDC5: hue angle of 166.59º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEDC5 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 197 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.07 |
| HSL | 166.59º | 0.83% | 0.58% | - |
| HSV(B) | 166.59º | 0.76% | 0.93% | - |
| XYZ | 42.11 | 65.5 | 63.25 | - |
| YUV | 178.92 | 138.2 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 197 | 0.76 | 0 | 0.17 | 0.07 | 166.59 | 0.83 | 0.58 |
| Hex | 3A | ED | C5 | 4C | 0 | 11 | 7 | A7 | 53 | 3A |
| Octal | 72 | 355 | 305 | 114 | 0 | 21 | 7 | 247 | 123 | 72 |
| Binary | 111010 | 11101101 | 11000101 | 1001100 | 0 | 10001 | 111 | 10100111 | 1010011 | 111010 |
Color Harmonies of #3AEDC5
Complementary color
Monochromatic Colors of #3AEDC5
Black with #3AEDC5
Text Example
Text Example
White with #3AEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEDC5; }
p { color: rgb(58,237,197); }
H1.HeaderClassName
{
color: #3AEDC5;
}
.AnyTagClassName
{
color: #3AEDC5;
}
</style>
background-color css
<style>
a { background-color: #3AEDC5; }
a { background-color: rgb(58,237,197); }
div.DivClassName
{
background-color: #3AEDC5;
}
.BgClassName
{
background-color: #3AEDC5;
}
</style>
border-color css
<style>
span { border-color: #3AEDC5; }
span { border-color: rgb(58,237,197); }
td.TdClassName
{
border-color: #3AEDC5;
}
.TagClassName
{
border-color: #3AEDC5;
}
</style>