Shades of Turquoise #3AFEE1
Tints of Turquoise #3AFEE1
RGB
CMYK
RGB Variations
Color information
#3AFEE1 (or 0x3AFEE1) is known color: Turquoise. HEX triplet: 3A, FE and E1. RGB value is (58,254,225). Sum of RGB (Red+Green+Blue) = 58+254+225=537 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.80% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFEE1 is #C5011E. Grayscale: #C0C0C0. Windows color (decimal): -12910879 or 14810682. OLE color: 14810682.
HSL color Cylindrical-coordinate representation of color #3AFEE1: hue angle of 171.12º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFEE1 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 225 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.00 |
| HSL | 171.12º | 0.99% | 0.61% | - |
| HSV(B) | 171.12º | 0.77% | 1% | - |
| XYZ | 50.78 | 77.22 | 83.46 | - |
| YUV | 192.09 | 146.57 | 32.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 225 | 0.77 | 0 | 0.11 | 0.00 | 171.12 | 0.99 | 0.61 |
| Hex | 3A | FE | E1 | 4D | 0 | B | 0 | AB | 63 | 3D |
| Octal | 72 | 376 | 341 | 115 | 0 | 13 | 0 | 253 | 143 | 75 |
| Binary | 111010 | 11111110 | 11100001 | 1001101 | 0 | 1011 | 0 | 10101011 | 1100011 | 111101 |
Color Harmonies of #3AFEE1
Complementary color
Monochromatic Colors of #3AFEE1
Black with #3AFEE1
Text Example
Text Example
White with #3AFEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEE1; }
p { color: rgb(58,254,225); }
H1.HeaderClassName
{
color: #3AFEE1;
}
.AnyTagClassName
{
color: #3AFEE1;
}
</style>
background-color css
<style>
a { background-color: #3AFEE1; }
a { background-color: rgb(58,254,225); }
div.DivClassName
{
background-color: #3AFEE1;
}
.BgClassName
{
background-color: #3AFEE1;
}
</style>
border-color css
<style>
span { border-color: #3AFEE1; }
span { border-color: rgb(58,254,225); }
td.TdClassName
{
border-color: #3AFEE1;
}
.TagClassName
{
border-color: #3AFEE1;
}
</style>