Shades of Turquoise #4AF6C8
Tints of Turquoise #4AF6C8
RGB
CMYK
RGB Variations
Color information
#4AF6C8 (or 0x4AF6C8) is known color: Turquoise. HEX triplet: 4A, F6 and C8. RGB value is (74,246,200). Sum of RGB (Red+Green+Blue) = 74+246+200=520 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.23% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF6C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF6C8 is #B50937. Grayscale: #BDBDBD. Windows color (decimal): -11864376 or 13170250. OLE color: 13170250.
HSL color Cylindrical-coordinate representation of color #4AF6C8: hue angle of 163.95º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF6C8 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 200 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.04 |
| HSL | 163.95º | 0.91% | 0.63% | - |
| HSV(B) | 163.95º | 0.7% | 0.96% | - |
| XYZ | 46.21 | 71.54 | 66.02 | - |
| YUV | 189.33 | 134.02 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 200 | 0.70 | 0 | 0.19 | 0.04 | 163.95 | 0.91 | 0.63 |
| Hex | 4A | F6 | C8 | 46 | 0 | 13 | 4 | A4 | 5B | 3F |
| Octal | 112 | 366 | 310 | 106 | 0 | 23 | 4 | 244 | 133 | 77 |
| Binary | 1001010 | 11110110 | 11001000 | 1000110 | 0 | 10011 | 100 | 10100100 | 1011011 | 111111 |
Color Harmonies of #4AF6C8
Complementary color
Monochromatic Colors of #4AF6C8
Black with #4AF6C8
Text Example
Text Example
White with #4AF6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF6C8; }
p { color: rgb(74,246,200); }
H1.HeaderClassName
{
color: #4AF6C8;
}
.AnyTagClassName
{
color: #4AF6C8;
}
</style>
background-color css
<style>
a { background-color: #4AF6C8; }
a { background-color: rgb(74,246,200); }
div.DivClassName
{
background-color: #4AF6C8;
}
.BgClassName
{
background-color: #4AF6C8;
}
</style>
border-color css
<style>
span { border-color: #4AF6C8; }
span { border-color: rgb(74,246,200); }
td.TdClassName
{
border-color: #4AF6C8;
}
.TagClassName
{
border-color: #4AF6C8;
}
</style>