Shades of Turquoise #3AECEA
Tints of Turquoise #3AECEA
RGB
CMYK
RGB Variations
Color information
#3AECEA (or 0x3AECEA) is known color: Turquoise. HEX triplet: 3A, EC and EA. RGB value is (58,236,234). Sum of RGB (Red+Green+Blue) = 58+236+234=528 (69% of max value = 765). Red value is 58 (23.05% from 255 or 10.98% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AECEA is #C51315. Grayscale: #B6B6B6. Windows color (decimal): -12915478 or 15395898. OLE color: 15395898.
HSL color Cylindrical-coordinate representation of color #3AECEA: hue angle of 179.33º 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 #3AECEA is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 234 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.07 |
| HSL | 179.33º | 0.82% | 0.58% | - |
| HSV(B) | 179.33º | 0.75% | 0.93% | - |
| XYZ | 46.59 | 66.83 | 88.29 | - |
| YUV | 182.55 | 157.03 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 234 | 0.75 | 0 | 0.01 | 0.07 | 179.33 | 0.82 | 0.58 |
| Hex | 3A | EC | EA | 4B | 0 | 1 | 7 | B3 | 52 | 3A |
| Octal | 72 | 354 | 352 | 113 | 0 | 1 | 7 | 263 | 122 | 72 |
| Binary | 111010 | 11101100 | 11101010 | 1001011 | 0 | 1 | 111 | 10110011 | 1010010 | 111010 |
Color Harmonies of #3AECEA
Complementary color
Monochromatic Colors of #3AECEA
Black with #3AECEA
Text Example
Text Example
White with #3AECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECEA; }
p { color: rgb(58,236,234); }
H1.HeaderClassName
{
color: #3AECEA;
}
.AnyTagClassName
{
color: #3AECEA;
}
</style>
background-color css
<style>
a { background-color: #3AECEA; }
a { background-color: rgb(58,236,234); }
div.DivClassName
{
background-color: #3AECEA;
}
.BgClassName
{
background-color: #3AECEA;
}
</style>
border-color css
<style>
span { border-color: #3AECEA; }
span { border-color: rgb(58,236,234); }
td.TdClassName
{
border-color: #3AECEA;
}
.TagClassName
{
border-color: #3AECEA;
}
</style>