Shades of Turquoise #3AFFAF
Tints of Turquoise #3AFFAF
RGB
CMYK
RGB Variations
Color information
#3AFFAF (or 0x3AFFAF) is known color: Turquoise. HEX triplet: 3A, FF and AF. RGB value is (58,255,175). Sum of RGB (Red+Green+Blue) = 58+255+175=488 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.89% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFFAF is #C50050. Grayscale: #BBBBBB. Windows color (decimal): -12910673 or 11534138. OLE color: 11534138.
HSL color Cylindrical-coordinate representation of color #3AFFAF: hue angle of 155.63º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFAF is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 175 | - |
| CMYK | 0.77 | 0 | 0.31 | 0 |
| HSL | 155.63º | 1% | 0.61% | - |
| HSV(B) | 155.63º | 0.77% | 1% | - |
| XYZ | 45.24 | 75.51 | 52.75 | - |
| YUV | 186.98 | 121.23 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 175 | 0.77 | 0 | 0.31 | 0 | 155.63 | 1 | 0.61 |
| Hex | 3A | FF | AF | 4D | 0 | 1F | 0 | 9C | 64 | 3D |
| Octal | 72 | 377 | 257 | 115 | 0 | 37 | 0 | 234 | 144 | 75 |
| Binary | 111010 | 11111111 | 10101111 | 1001101 | 0 | 11111 | 0 | 10011100 | 1100100 | 111101 |
Color Harmonies of #3AFFAF
Complementary color
Monochromatic Colors of #3AFFAF
Black with #3AFFAF
Text Example
Text Example
White with #3AFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFAF; }
p { color: rgb(58,255,175); }
H1.HeaderClassName
{
color: #3AFFAF;
}
.AnyTagClassName
{
color: #3AFFAF;
}
</style>
background-color css
<style>
a { background-color: #3AFFAF; }
a { background-color: rgb(58,255,175); }
div.DivClassName
{
background-color: #3AFFAF;
}
.BgClassName
{
background-color: #3AFFAF;
}
</style>
border-color css
<style>
span { border-color: #3AFFAF; }
span { border-color: rgb(58,255,175); }
td.TdClassName
{
border-color: #3AFFAF;
}
.TagClassName
{
border-color: #3AFFAF;
}
</style>