Shades of Turquoise #3AF7EC
Tints of Turquoise #3AF7EC
RGB
CMYK
RGB Variations
Color information
#3AF7EC (or 0x3AF7EC) is known color: Turquoise. HEX triplet: 3A, F7 and EC. RGB value is (58,247,236). Sum of RGB (Red+Green+Blue) = 58+247+236=541 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.72% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF7EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF7EC is #C50813. Grayscale: #BDBDBD. Windows color (decimal): -12912660 or 15529786. OLE color: 15529786.
HSL color Cylindrical-coordinate representation of color #3AF7EC: hue angle of 176.51º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF7EC is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 236 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.03 |
| HSL | 176.51º | 0.92% | 0.6% | - |
| HSV(B) | 176.51º | 0.77% | 0.97% | - |
| XYZ | 50.15 | 73.48 | 90.9 | - |
| YUV | 189.24 | 154.38 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 236 | 0.77 | 0 | 0.04 | 0.03 | 176.51 | 0.92 | 0.6 |
| Hex | 3A | F7 | EC | 4D | 0 | 4 | 3 | B1 | 5C | 3C |
| Octal | 72 | 367 | 354 | 115 | 0 | 4 | 3 | 261 | 134 | 74 |
| Binary | 111010 | 11110111 | 11101100 | 1001101 | 0 | 100 | 11 | 10110001 | 1011100 | 111100 |
Color Harmonies of #3AF7EC
Complementary color
Monochromatic Colors of #3AF7EC
Black with #3AF7EC
Text Example
Text Example
White with #3AF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF7EC; }
p { color: rgb(58,247,236); }
H1.HeaderClassName
{
color: #3AF7EC;
}
.AnyTagClassName
{
color: #3AF7EC;
}
</style>
background-color css
<style>
a { background-color: #3AF7EC; }
a { background-color: rgb(58,247,236); }
div.DivClassName
{
background-color: #3AF7EC;
}
.BgClassName
{
background-color: #3AF7EC;
}
</style>
border-color css
<style>
span { border-color: #3AF7EC; }
span { border-color: rgb(58,247,236); }
td.TdClassName
{
border-color: #3AF7EC;
}
.TagClassName
{
border-color: #3AF7EC;
}
</style>