Shades of Turquoise #3AECD8
Tints of Turquoise #3AECD8
RGB
CMYK
RGB Variations
Color information
#3AECD8 (or 0x3AECD8) is known color: Turquoise. HEX triplet: 3A, EC and D8. RGB value is (58,236,216). Sum of RGB (Red+Green+Blue) = 58+236+216=510 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.37% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECD8 is #C51327. Grayscale: #B4B4B4. Windows color (decimal): -12915496 or 14216250. OLE color: 14216250.
HSL color Cylindrical-coordinate representation of color #3AECD8: hue angle of 173.26º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AECD8 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 216 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.07 |
| HSL | 173.26º | 0.82% | 0.58% | - |
| HSV(B) | 173.26º | 0.75% | 0.93% | - |
| XYZ | 44.14 | 65.85 | 75.35 | - |
| YUV | 180.5 | 148.03 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 216 | 0.75 | 0 | 0.08 | 0.07 | 173.26 | 0.82 | 0.58 |
| Hex | 3A | EC | D8 | 4B | 0 | 8 | 7 | AD | 52 | 3A |
| Octal | 72 | 354 | 330 | 113 | 0 | 10 | 7 | 255 | 122 | 72 |
| Binary | 111010 | 11101100 | 11011000 | 1001011 | 0 | 1000 | 111 | 10101101 | 1010010 | 111010 |
Color Harmonies of #3AECD8
Complementary color
Monochromatic Colors of #3AECD8
Black with #3AECD8
Text Example
Text Example
White with #3AECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECD8; }
p { color: rgb(58,236,216); }
H1.HeaderClassName
{
color: #3AECD8;
}
.AnyTagClassName
{
color: #3AECD8;
}
</style>
background-color css
<style>
a { background-color: #3AECD8; }
a { background-color: rgb(58,236,216); }
div.DivClassName
{
background-color: #3AECD8;
}
.BgClassName
{
background-color: #3AECD8;
}
</style>
border-color css
<style>
span { border-color: #3AECD8; }
span { border-color: rgb(58,236,216); }
td.TdClassName
{
border-color: #3AECD8;
}
.TagClassName
{
border-color: #3AECD8;
}
</style>