Shades of Turquoise #3AECDD
Tints of Turquoise #3AECDD
RGB
CMYK
RGB Variations
Color information
#3AECDD (or 0x3AECDD) is known color: Turquoise. HEX triplet: 3A, EC and DD. RGB value is (58,236,221). Sum of RGB (Red+Green+Blue) = 58+236+221=515 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.26% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECDD is #C51322. Grayscale: #B4B4B4. Windows color (decimal): -12915491 or 14543930. OLE color: 14543930.
HSL color Cylindrical-coordinate representation of color #3AECDD: hue angle of 174.94º 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 #3AECDD is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 221 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.07 |
| HSL | 174.94º | 0.82% | 0.58% | - |
| HSV(B) | 174.94º | 0.75% | 0.93% | - |
| XYZ | 44.79 | 66.11 | 78.81 | - |
| YUV | 181.07 | 150.53 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 221 | 0.75 | 0 | 0.06 | 0.07 | 174.94 | 0.82 | 0.58 |
| Hex | 3A | EC | DD | 4B | 0 | 6 | 7 | AF | 52 | 3A |
| Octal | 72 | 354 | 335 | 113 | 0 | 6 | 7 | 257 | 122 | 72 |
| Binary | 111010 | 11101100 | 11011101 | 1001011 | 0 | 110 | 111 | 10101111 | 1010010 | 111010 |
Color Harmonies of #3AECDD
Complementary color
Monochromatic Colors of #3AECDD
Black with #3AECDD
Text Example
Text Example
White with #3AECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECDD; }
p { color: rgb(58,236,221); }
H1.HeaderClassName
{
color: #3AECDD;
}
.AnyTagClassName
{
color: #3AECDD;
}
</style>
background-color css
<style>
a { background-color: #3AECDD; }
a { background-color: rgb(58,236,221); }
div.DivClassName
{
background-color: #3AECDD;
}
.BgClassName
{
background-color: #3AECDD;
}
</style>
border-color css
<style>
span { border-color: #3AECDD; }
span { border-color: rgb(58,236,221); }
td.TdClassName
{
border-color: #3AECDD;
}
.TagClassName
{
border-color: #3AECDD;
}
</style>