Shades of Turquoise #3AECDC
Tints of Turquoise #3AECDC
RGB
CMYK
RGB Variations
Color information
#3AECDC (or 0x3AECDC) is known color: Turquoise. HEX triplet: 3A, EC and DC. RGB value is (58,236,220). Sum of RGB (Red+Green+Blue) = 58+236+220=514 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.28% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECDC is #C51323. Grayscale: #B4B4B4. Windows color (decimal): -12915492 or 14478394. OLE color: 14478394.
HSL color Cylindrical-coordinate representation of color #3AECDC: hue angle of 174.61º 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 #3AECDC is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 220 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.07 |
| HSL | 174.61º | 0.82% | 0.58% | - |
| HSV(B) | 174.61º | 0.75% | 0.93% | - |
| XYZ | 44.66 | 66.06 | 78.11 | - |
| YUV | 180.95 | 150.03 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 220 | 0.75 | 0 | 0.07 | 0.07 | 174.61 | 0.82 | 0.58 |
| Hex | 3A | EC | DC | 4B | 0 | 7 | 7 | AF | 52 | 3A |
| Octal | 72 | 354 | 334 | 113 | 0 | 7 | 7 | 257 | 122 | 72 |
| Binary | 111010 | 11101100 | 11011100 | 1001011 | 0 | 111 | 111 | 10101111 | 1010010 | 111010 |
Color Harmonies of #3AECDC
Complementary color
Monochromatic Colors of #3AECDC
Black with #3AECDC
Text Example
Text Example
White with #3AECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECDC; }
p { color: rgb(58,236,220); }
H1.HeaderClassName
{
color: #3AECDC;
}
.AnyTagClassName
{
color: #3AECDC;
}
</style>
background-color css
<style>
a { background-color: #3AECDC; }
a { background-color: rgb(58,236,220); }
div.DivClassName
{
background-color: #3AECDC;
}
.BgClassName
{
background-color: #3AECDC;
}
</style>
border-color css
<style>
span { border-color: #3AECDC; }
span { border-color: rgb(58,236,220); }
td.TdClassName
{
border-color: #3AECDC;
}
.TagClassName
{
border-color: #3AECDC;
}
</style>