Shades of Turquoise #4AFBC7
Tints of Turquoise #4AFBC7
RGB
CMYK
RGB Variations
Color information
#4AFBC7 (or 0x4AFBC7) is known color: Turquoise. HEX triplet: 4A, FB and C7. RGB value is (74,251,199). Sum of RGB (Red+Green+Blue) = 74+251+199=524 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.12% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBC7 is #B50438. Grayscale: #C0C0C0. Windows color (decimal): -11863097 or 13105994. OLE color: 13105994.
HSL color Cylindrical-coordinate representation of color #4AFBC7: hue angle of 162.37º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFBC7 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 199 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.02 |
| HSL | 162.37º | 0.96% | 0.64% | - |
| HSV(B) | 162.37º | 0.71% | 0.98% | - |
| XYZ | 47.63 | 74.57 | 65.92 | - |
| YUV | 192.15 | 131.86 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 199 | 0.71 | 0 | 0.21 | 0.02 | 162.37 | 0.96 | 0.64 |
| Hex | 4A | FB | C7 | 47 | 0 | 15 | 2 | A2 | 60 | 40 |
| Octal | 112 | 373 | 307 | 107 | 0 | 25 | 2 | 242 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11000111 | 1000111 | 0 | 10101 | 10 | 10100010 | 1100000 | 1000000 |
Color Harmonies of #4AFBC7
Complementary color
Monochromatic Colors of #4AFBC7
Black with #4AFBC7
Text Example
Text Example
White with #4AFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBC7; }
p { color: rgb(74,251,199); }
H1.HeaderClassName
{
color: #4AFBC7;
}
.AnyTagClassName
{
color: #4AFBC7;
}
</style>
background-color css
<style>
a { background-color: #4AFBC7; }
a { background-color: rgb(74,251,199); }
div.DivClassName
{
background-color: #4AFBC7;
}
.BgClassName
{
background-color: #4AFBC7;
}
</style>
border-color css
<style>
span { border-color: #4AFBC7; }
span { border-color: rgb(74,251,199); }
td.TdClassName
{
border-color: #4AFBC7;
}
.TagClassName
{
border-color: #4AFBC7;
}
</style>