Shades of Turquoise #4AFFAF
Tints of Turquoise #4AFFAF
RGB
CMYK
RGB Variations
Color information
#4AFFAF (or 0x4AFFAF) is known color: Turquoise. HEX triplet: 4A, FF and AF. RGB value is (74,255,175). Sum of RGB (Red+Green+Blue) = 74+255+175=504 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.68% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFFAF is #B50050. Grayscale: #BFBFBF. Windows color (decimal): -11862097 or 11534154. OLE color: 11534154.
HSL color Cylindrical-coordinate representation of color #4AFFAF: hue angle of 153.48º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFAF is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 175 | - |
| CMYK | 0.71 | 0 | 0.31 | 0 |
| HSL | 153.48º | 1% | 0.65% | - |
| HSV(B) | 153.48º | 0.71% | 1% | - |
| XYZ | 46.32 | 76.07 | 52.8 | - |
| YUV | 191.76 | 118.53 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 175 | 0.71 | 0 | 0.31 | 0 | 153.48 | 1 | 0.65 |
| Hex | 4A | FF | AF | 47 | 0 | 1F | 0 | 99 | 64 | 41 |
| Octal | 112 | 377 | 257 | 107 | 0 | 37 | 0 | 231 | 144 | 101 |
| Binary | 1001010 | 11111111 | 10101111 | 1000111 | 0 | 11111 | 0 | 10011001 | 1100100 | 1000001 |
Color Harmonies of #4AFFAF
Complementary color
Monochromatic Colors of #4AFFAF
Black with #4AFFAF
Text Example
Text Example
White with #4AFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFAF; }
p { color: rgb(74,255,175); }
H1.HeaderClassName
{
color: #4AFFAF;
}
.AnyTagClassName
{
color: #4AFFAF;
}
</style>
background-color css
<style>
a { background-color: #4AFFAF; }
a { background-color: rgb(74,255,175); }
div.DivClassName
{
background-color: #4AFFAF;
}
.BgClassName
{
background-color: #4AFFAF;
}
</style>
border-color css
<style>
span { border-color: #4AFFAF; }
span { border-color: rgb(74,255,175); }
td.TdClassName
{
border-color: #4AFFAF;
}
.TagClassName
{
border-color: #4AFFAF;
}
</style>