Shades of Turquoise #3AF9EC
Tints of Turquoise #3AF9EC
RGB
CMYK
RGB Variations
Color information
#3AF9EC (or 0x3AF9EC) is known color: Turquoise. HEX triplet: 3A, F9 and EC. RGB value is (58,249,236). Sum of RGB (Red+Green+Blue) = 58+249+236=543 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.68% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF9EC is #C50613. Grayscale: #BEBEBE. Windows color (decimal): -12912148 or 15530298. OLE color: 15530298.
HSL color Cylindrical-coordinate representation of color #3AF9EC: hue angle of 175.92º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF9EC is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 236 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.02 |
| HSL | 175.92º | 0.94% | 0.6% | - |
| HSV(B) | 175.92º | 0.77% | 0.98% | - |
| XYZ | 50.76 | 74.71 | 91.1 | - |
| YUV | 190.41 | 153.72 | 33.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 236 | 0.77 | 0 | 0.05 | 0.02 | 175.92 | 0.94 | 0.6 |
| Hex | 3A | F9 | EC | 4D | 0 | 5 | 2 | B0 | 5E | 3C |
| Octal | 72 | 371 | 354 | 115 | 0 | 5 | 2 | 260 | 136 | 74 |
| Binary | 111010 | 11111001 | 11101100 | 1001101 | 0 | 101 | 10 | 10110000 | 1011110 | 111100 |
Color Harmonies of #3AF9EC
Complementary color
Monochromatic Colors of #3AF9EC
Black with #3AF9EC
Text Example
Text Example
White with #3AF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF9EC; }
p { color: rgb(58,249,236); }
H1.HeaderClassName
{
color: #3AF9EC;
}
.AnyTagClassName
{
color: #3AF9EC;
}
</style>
background-color css
<style>
a { background-color: #3AF9EC; }
a { background-color: rgb(58,249,236); }
div.DivClassName
{
background-color: #3AF9EC;
}
.BgClassName
{
background-color: #3AF9EC;
}
</style>
border-color css
<style>
span { border-color: #3AF9EC; }
span { border-color: rgb(58,249,236); }
td.TdClassName
{
border-color: #3AF9EC;
}
.TagClassName
{
border-color: #3AF9EC;
}
</style>