Shades of Turquoise #4AF1C7
Tints of Turquoise #4AF1C7
RGB
CMYK
RGB Variations
Color information
#4AF1C7 (or 0x4AF1C7) is known color: Turquoise. HEX triplet: 4A, F1 and C7. RGB value is (74,241,199). Sum of RGB (Red+Green+Blue) = 74+241+199=514 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.40% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF1C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF1C7 is #B50E38. Grayscale: #BABABA. Windows color (decimal): -11865657 or 13103434. OLE color: 13103434.
HSL color Cylindrical-coordinate representation of color #4AF1C7: hue angle of 164.91º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF1C7 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 199 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.05 |
| HSL | 164.91º | 0.86% | 0.62% | - |
| HSV(B) | 164.91º | 0.69% | 0.95% | - |
| XYZ | 44.59 | 68.49 | 64.9 | - |
| YUV | 186.28 | 135.17 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 199 | 0.69 | 0 | 0.17 | 0.05 | 164.91 | 0.86 | 0.62 |
| Hex | 4A | F1 | C7 | 45 | 0 | 11 | 5 | A5 | 56 | 3E |
| Octal | 112 | 361 | 307 | 105 | 0 | 21 | 5 | 245 | 126 | 76 |
| Binary | 1001010 | 11110001 | 11000111 | 1000101 | 0 | 10001 | 101 | 10100101 | 1010110 | 111110 |
Color Harmonies of #4AF1C7
Complementary color
Monochromatic Colors of #4AF1C7
Black with #4AF1C7
Text Example
Text Example
White with #4AF1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF1C7; }
p { color: rgb(74,241,199); }
H1.HeaderClassName
{
color: #4AF1C7;
}
.AnyTagClassName
{
color: #4AF1C7;
}
</style>
background-color css
<style>
a { background-color: #4AF1C7; }
a { background-color: rgb(74,241,199); }
div.DivClassName
{
background-color: #4AF1C7;
}
.BgClassName
{
background-color: #4AF1C7;
}
</style>
border-color css
<style>
span { border-color: #4AF1C7; }
span { border-color: rgb(74,241,199); }
td.TdClassName
{
border-color: #4AF1C7;
}
.TagClassName
{
border-color: #4AF1C7;
}
</style>