Shades of Turquoise #3AFEC5
Tints of Turquoise #3AFEC5
RGB
CMYK
RGB Variations
Color information
#3AFEC5 (or 0x3AFEC5) is known color: Turquoise. HEX triplet: 3A, FE and C5. RGB value is (58,254,197). Sum of RGB (Red+Green+Blue) = 58+254+197=509 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.39% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFEC5 is #C5013A. Grayscale: #BCBCBC. Windows color (decimal): -12910907 or 12975674. OLE color: 12975674.
HSL color Cylindrical-coordinate representation of color #3AFEC5: hue angle of 162.55º 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 #3AFEC5 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 197 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.00 |
| HSL | 162.55º | 0.99% | 0.61% | - |
| HSV(B) | 162.55º | 0.77% | 1% | - |
| XYZ | 47.26 | 75.81 | 64.97 | - |
| YUV | 188.9 | 132.57 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 197 | 0.77 | 0 | 0.22 | 0.00 | 162.55 | 0.99 | 0.61 |
| Hex | 3A | FE | C5 | 4D | 0 | 16 | 0 | A3 | 63 | 3D |
| Octal | 72 | 376 | 305 | 115 | 0 | 26 | 0 | 243 | 143 | 75 |
| Binary | 111010 | 11111110 | 11000101 | 1001101 | 0 | 10110 | 0 | 10100011 | 1100011 | 111101 |
Color Harmonies of #3AFEC5
Complementary color
Monochromatic Colors of #3AFEC5
Black with #3AFEC5
Text Example
Text Example
White with #3AFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEC5; }
p { color: rgb(58,254,197); }
H1.HeaderClassName
{
color: #3AFEC5;
}
.AnyTagClassName
{
color: #3AFEC5;
}
</style>
background-color css
<style>
a { background-color: #3AFEC5; }
a { background-color: rgb(58,254,197); }
div.DivClassName
{
background-color: #3AFEC5;
}
.BgClassName
{
background-color: #3AFEC5;
}
</style>
border-color css
<style>
span { border-color: #3AFEC5; }
span { border-color: rgb(58,254,197); }
td.TdClassName
{
border-color: #3AFEC5;
}
.TagClassName
{
border-color: #3AFEC5;
}
</style>