Shades of Turquoise #4AF7DF
Tints of Turquoise #4AF7DF
RGB
CMYK
RGB Variations
Color information
#4AF7DF (or 0x4AF7DF) is known color: Turquoise. HEX triplet: 4A, F7 and DF. RGB value is (74,247,223). Sum of RGB (Red+Green+Blue) = 74+247+223=544 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.60% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF7DF is #B50820. Grayscale: #C0C0C0. Windows color (decimal): -11864097 or 14677834. OLE color: 14677834.
HSL color Cylindrical-coordinate representation of color #4AF7DF: hue angle of 171.68º 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 #4AF7DF is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 223 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.03 |
| HSL | 171.68º | 0.92% | 0.63% | - |
| HSV(B) | 171.68º | 0.7% | 0.97% | - |
| XYZ | 49.4 | 73.31 | 81.36 | - |
| YUV | 192.54 | 145.19 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 223 | 0.70 | 0 | 0.10 | 0.03 | 171.68 | 0.92 | 0.63 |
| Hex | 4A | F7 | DF | 46 | 0 | A | 3 | AC | 5C | 3F |
| Octal | 112 | 367 | 337 | 106 | 0 | 12 | 3 | 254 | 134 | 77 |
| Binary | 1001010 | 11110111 | 11011111 | 1000110 | 0 | 1010 | 11 | 10101100 | 1011100 | 111111 |
Color Harmonies of #4AF7DF
Complementary color
Monochromatic Colors of #4AF7DF
Black with #4AF7DF
Text Example
Text Example
White with #4AF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF7DF; }
p { color: rgb(74,247,223); }
H1.HeaderClassName
{
color: #4AF7DF;
}
.AnyTagClassName
{
color: #4AF7DF;
}
</style>
background-color css
<style>
a { background-color: #4AF7DF; }
a { background-color: rgb(74,247,223); }
div.DivClassName
{
background-color: #4AF7DF;
}
.BgClassName
{
background-color: #4AF7DF;
}
</style>
border-color css
<style>
span { border-color: #4AF7DF; }
span { border-color: rgb(74,247,223); }
td.TdClassName
{
border-color: #4AF7DF;
}
.TagClassName
{
border-color: #4AF7DF;
}
</style>