Shades of Turquoise #3AFAC1
Tints of Turquoise #3AFAC1
RGB
CMYK
RGB Variations
Color information
#3AFAC1 (or 0x3AFAC1) is known color: Turquoise. HEX triplet: 3A, FA and C1. RGB value is (58,250,193). Sum of RGB (Red+Green+Blue) = 58+250+193=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFAC1 is #C5053E. Grayscale: #BABABA. Windows color (decimal): -12911935 or 12712506. OLE color: 12712506.
HSL color Cylindrical-coordinate representation of color #3AFAC1: hue angle of 162.19º degrees, saturation: 0.95, 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 #3AFAC1 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 250 | 193 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.02 |
| HSL | 162.19º | 0.95% | 0.6% | - |
| HSV(B) | 162.19º | 0.77% | 0.98% | - |
| XYZ | 45.56 | 73.12 | 62.16 | - |
| YUV | 186.09 | 131.89 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 193 | 0.77 | 0 | 0.23 | 0.02 | 162.19 | 0.95 | 0.6 |
| Hex | 3A | FA | C1 | 4D | 0 | 17 | 2 | A2 | 5F | 3C |
| Octal | 72 | 372 | 301 | 115 | 0 | 27 | 2 | 242 | 137 | 74 |
| Binary | 111010 | 11111010 | 11000001 | 1001101 | 0 | 10111 | 10 | 10100010 | 1011111 | 111100 |
Color Harmonies of #3AFAC1
Complementary color
Monochromatic Colors of #3AFAC1
Black with #3AFAC1
Text Example
Text Example
White with #3AFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFAC1; }
p { color: rgb(58,250,193); }
H1.HeaderClassName
{
color: #3AFAC1;
}
.AnyTagClassName
{
color: #3AFAC1;
}
</style>
background-color css
<style>
a { background-color: #3AFAC1; }
a { background-color: rgb(58,250,193); }
div.DivClassName
{
background-color: #3AFAC1;
}
.BgClassName
{
background-color: #3AFAC1;
}
</style>
border-color css
<style>
span { border-color: #3AFAC1; }
span { border-color: rgb(58,250,193); }
td.TdClassName
{
border-color: #3AFAC1;
}
.TagClassName
{
border-color: #3AFAC1;
}
</style>