Shades of Turquoise #4AF7C5
Tints of Turquoise #4AF7C5
RGB
CMYK
RGB Variations
Color information
#4AF7C5 (or 0x4AF7C5) is known color: Turquoise. HEX triplet: 4A, F7 and C5. RGB value is (74,247,197). Sum of RGB (Red+Green+Blue) = 74+247+197=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF7C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF7C5 is #B5083A. Grayscale: #BDBDBD. Windows color (decimal): -11864123 or 12973898. OLE color: 12973898.
HSL color Cylindrical-coordinate representation of color #4AF7C5: hue angle of 162.66º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF7C5 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 197 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.03 |
| HSL | 162.66º | 0.92% | 0.63% | - |
| HSV(B) | 162.66º | 0.7% | 0.97% | - |
| XYZ | 46.16 | 72.01 | 64.29 | - |
| YUV | 189.57 | 132.19 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 197 | 0.70 | 0 | 0.20 | 0.03 | 162.66 | 0.92 | 0.63 |
| Hex | 4A | F7 | C5 | 46 | 0 | 14 | 3 | A3 | 5C | 3F |
| Octal | 112 | 367 | 305 | 106 | 0 | 24 | 3 | 243 | 134 | 77 |
| Binary | 1001010 | 11110111 | 11000101 | 1000110 | 0 | 10100 | 11 | 10100011 | 1011100 | 111111 |
Color Harmonies of #4AF7C5
Complementary color
Monochromatic Colors of #4AF7C5
Black with #4AF7C5
Text Example
Text Example
White with #4AF7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF7C5; }
p { color: rgb(74,247,197); }
H1.HeaderClassName
{
color: #4AF7C5;
}
.AnyTagClassName
{
color: #4AF7C5;
}
</style>
background-color css
<style>
a { background-color: #4AF7C5; }
a { background-color: rgb(74,247,197); }
div.DivClassName
{
background-color: #4AF7C5;
}
.BgClassName
{
background-color: #4AF7C5;
}
</style>
border-color css
<style>
span { border-color: #4AF7C5; }
span { border-color: rgb(74,247,197); }
td.TdClassName
{
border-color: #4AF7C5;
}
.TagClassName
{
border-color: #4AF7C5;
}
</style>