Shades of Turquoise #3AECEC
Tints of Turquoise #3AECEC
RGB
CMYK
RGB Variations
Color information
#3AECEC (or 0x3AECEC) is known color: Turquoise. HEX triplet: 3A, EC and EC. RGB value is (58,236,236). Sum of RGB (Red+Green+Blue) = 58+236+236=530 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.94% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #3AECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AECEC is #C51313. Grayscale: #B6B6B6. Windows color (decimal): -12915476 or 15526970. OLE color: 15526970.
HSL color Cylindrical-coordinate representation of color #3AECEC: hue angle of 180º 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 #3AECEC is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 58 | 236 | 236 | - |
CMYK | 0.75 | 0 | 0 | 0.07 |
HSL | 180º | 0.82% | 0.58% | - |
HSV(B) | 180º | 0.75% | 0.93% | - |
XYZ | 46.88 | 66.95 | 89.81 | - |
YUV | 182.78 | 158.03 | 39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 236 | 236 | 0.75 | 0 | 0 | 0.07 | 180 | 0.82 | 0.58 |
Hex | 3A | EC | EC | 4B | 0 | 0 | 7 | B4 | 52 | 3A |
Octal | 72 | 354 | 354 | 113 | 0 | 0 | 7 | 264 | 122 | 72 |
Binary | 111010 | 11101100 | 11101100 | 1001011 | 0 | 0 | 111 | 10110100 | 1010010 | 111010 |
Color Harmonies of #3AECEC
Complementary color
Monochromatic Colors of #3AECEC
Black with #3AECEC
Text Example
Text Example
White with #3AECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECEC; }
p { color: rgb(58,236,236); }
H1.HeaderClassName
{
color: #3AECEC;
}
.AnyTagClassName
{
color: #3AECEC;
}
</style>
background-color css
<style>
a { background-color: #3AECEC; }
a { background-color: rgb(58,236,236); }
div.DivClassName
{
background-color: #3AECEC;
}
.BgClassName
{
background-color: #3AECEC;
}
</style>
border-color css
<style>
span { border-color: #3AECEC; }
span { border-color: rgb(58,236,236); }
td.TdClassName
{
border-color: #3AECEC;
}
.TagClassName
{
border-color: #3AECEC;
}
</style>