Shades of Turquoise #3AFEAF
Tints of Turquoise #3AFEAF
RGB
CMYK
RGB Variations
Color information
#3AFEAF (or 0x3AFEAF) is known color: Turquoise. HEX triplet: 3A, FE and AF. RGB value is (58,254,175). Sum of RGB (Red+Green+Blue) = 58+254+175=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFEAF is #C50150. Grayscale: #BABABA. Windows color (decimal): -12910929 or 11533882. OLE color: 11533882.
HSL color Cylindrical-coordinate representation of color #3AFEAF: hue angle of 155.82º 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 #3AFEAF is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 175 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.00 |
| HSL | 155.82º | 0.99% | 0.61% | - |
| HSV(B) | 155.82º | 0.77% | 1% | - |
| XYZ | 44.92 | 74.88 | 52.64 | - |
| YUV | 186.39 | 121.57 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 175 | 0.77 | 0 | 0.31 | 0.00 | 155.82 | 0.99 | 0.61 |
| Hex | 3A | FE | AF | 4D | 0 | 1F | 0 | 9C | 63 | 3D |
| Octal | 72 | 376 | 257 | 115 | 0 | 37 | 0 | 234 | 143 | 75 |
| Binary | 111010 | 11111110 | 10101111 | 1001101 | 0 | 11111 | 0 | 10011100 | 1100011 | 111101 |
Color Harmonies of #3AFEAF
Complementary color
Monochromatic Colors of #3AFEAF
Black with #3AFEAF
Text Example
Text Example
White with #3AFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEAF; }
p { color: rgb(58,254,175); }
H1.HeaderClassName
{
color: #3AFEAF;
}
.AnyTagClassName
{
color: #3AFEAF;
}
</style>
background-color css
<style>
a { background-color: #3AFEAF; }
a { background-color: rgb(58,254,175); }
div.DivClassName
{
background-color: #3AFEAF;
}
.BgClassName
{
background-color: #3AFEAF;
}
</style>
border-color css
<style>
span { border-color: #3AFEAF; }
span { border-color: rgb(58,254,175); }
td.TdClassName
{
border-color: #3AFEAF;
}
.TagClassName
{
border-color: #3AFEAF;
}
</style>