Shades of Turquoise #3AECF0
Tints of Turquoise #3AECF0
RGB
CMYK
RGB Variations
Color information
#3AECF0 (or 0x3AECF0) is known color: Turquoise. HEX triplet: 3A, EC and F0. RGB value is (58,236,240). Sum of RGB (Red+Green+Blue) = 58+236+240=534 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.86% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #3AECF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AECF0 is #C5130F. Grayscale: #B7B7B7. Windows color (decimal): -12915472 or 15789114. OLE color: 15789114.
HSL color Cylindrical-coordinate representation of color #3AECF0: hue angle of 181.32º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AECF0 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 236 | 240 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.06 |
| HSL | 181.32º | 0.86% | 0.58% | - |
| HSV(B) | 181.32º | 0.76% | 0.94% | - |
| XYZ | 47.47 | 67.18 | 92.9 | - |
| YUV | 183.23 | 160.03 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 240 | 0.76 | 0.02 | 0 | 0.06 | 181.32 | 0.86 | 0.58 |
| Hex | 3A | EC | F0 | 4C | 2 | 0 | 6 | B5 | 56 | 3A |
| Octal | 72 | 354 | 360 | 114 | 2 | 0 | 6 | 265 | 126 | 72 |
| Binary | 111010 | 11101100 | 11110000 | 1001100 | 10 | 0 | 110 | 10110101 | 1010110 | 111010 |
Color Harmonies of #3AECF0
Complementary color
Monochromatic Colors of #3AECF0
Black with #3AECF0
Text Example
Text Example
White with #3AECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECF0; }
p { color: rgb(58,236,240); }
H1.HeaderClassName
{
color: #3AECF0;
}
.AnyTagClassName
{
color: #3AECF0;
}
</style>
background-color css
<style>
a { background-color: #3AECF0; }
a { background-color: rgb(58,236,240); }
div.DivClassName
{
background-color: #3AECF0;
}
.BgClassName
{
background-color: #3AECF0;
}
</style>
border-color css
<style>
span { border-color: #3AECF0; }
span { border-color: rgb(58,236,240); }
td.TdClassName
{
border-color: #3AECF0;
}
.TagClassName
{
border-color: #3AECF0;
}
</style>