Shades of Turquoise #4AF7D7
Tints of Turquoise #4AF7D7
RGB
CMYK
RGB Variations
Color information
#4AF7D7 (or 0x4AF7D7) is known color: Turquoise. HEX triplet: 4A, F7 and D7. RGB value is (74,247,215). Sum of RGB (Red+Green+Blue) = 74+247+215=536 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.81% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF7D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF7D7 is #B50828. Grayscale: #BFBFBF. Windows color (decimal): -11864105 or 14153546. OLE color: 14153546.
HSL color Cylindrical-coordinate representation of color #4AF7D7: hue angle of 168.9º 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 #4AF7D7 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 215 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.03 |
| HSL | 168.9º | 0.92% | 0.63% | - |
| HSV(B) | 168.9º | 0.7% | 0.97% | - |
| XYZ | 48.35 | 72.88 | 75.81 | - |
| YUV | 191.63 | 141.19 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 215 | 0.70 | 0 | 0.13 | 0.03 | 168.9 | 0.92 | 0.63 |
| Hex | 4A | F7 | D7 | 46 | 0 | D | 3 | A9 | 5C | 3F |
| Octal | 112 | 367 | 327 | 106 | 0 | 15 | 3 | 251 | 134 | 77 |
| Binary | 1001010 | 11110111 | 11010111 | 1000110 | 0 | 1101 | 11 | 10101001 | 1011100 | 111111 |
Color Harmonies of #4AF7D7
Complementary color
Monochromatic Colors of #4AF7D7
Black with #4AF7D7
Text Example
Text Example
White with #4AF7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF7D7; }
p { color: rgb(74,247,215); }
H1.HeaderClassName
{
color: #4AF7D7;
}
.AnyTagClassName
{
color: #4AF7D7;
}
</style>
background-color css
<style>
a { background-color: #4AF7D7; }
a { background-color: rgb(74,247,215); }
div.DivClassName
{
background-color: #4AF7D7;
}
.BgClassName
{
background-color: #4AF7D7;
}
</style>
border-color css
<style>
span { border-color: #4AF7D7; }
span { border-color: rgb(74,247,215); }
td.TdClassName
{
border-color: #4AF7D7;
}
.TagClassName
{
border-color: #4AF7D7;
}
</style>