Shades of Turquoise #4AFFB7
Tints of Turquoise #4AFFB7
RGB
CMYK
RGB Variations
Color information
#4AFFB7 (or 0x4AFFB7) is known color: Turquoise. HEX triplet: 4A, FF and B7. RGB value is (74,255,183). Sum of RGB (Red+Green+Blue) = 74+255+183=512 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.45% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFB7 is #B50048. Grayscale: #C0C0C0. Windows color (decimal): -11862089 or 12058442. OLE color: 12058442.
HSL color Cylindrical-coordinate representation of color #4AFFB7: hue angle of 156.13º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFB7 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 183 | - |
| CMYK | 0.71 | 0 | 0.28 | 0 |
| HSL | 156.13º | 1% | 0.65% | - |
| HSV(B) | 156.13º | 0.71% | 1% | - |
| XYZ | 47.13 | 76.39 | 57.06 | - |
| YUV | 192.67 | 122.53 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 183 | 0.71 | 0 | 0.28 | 0 | 156.13 | 1 | 0.65 |
| Hex | 4A | FF | B7 | 47 | 0 | 1C | 0 | 9C | 64 | 41 |
| Octal | 112 | 377 | 267 | 107 | 0 | 34 | 0 | 234 | 144 | 101 |
| Binary | 1001010 | 11111111 | 10110111 | 1000111 | 0 | 11100 | 0 | 10011100 | 1100100 | 1000001 |
Color Harmonies of #4AFFB7
Complementary color
Monochromatic Colors of #4AFFB7
Black with #4AFFB7
Text Example
Text Example
White with #4AFFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFB7; }
p { color: rgb(74,255,183); }
H1.HeaderClassName
{
color: #4AFFB7;
}
.AnyTagClassName
{
color: #4AFFB7;
}
</style>
background-color css
<style>
a { background-color: #4AFFB7; }
a { background-color: rgb(74,255,183); }
div.DivClassName
{
background-color: #4AFFB7;
}
.BgClassName
{
background-color: #4AFFB7;
}
</style>
border-color css
<style>
span { border-color: #4AFFB7; }
span { border-color: rgb(74,255,183); }
td.TdClassName
{
border-color: #4AFFB7;
}
.TagClassName
{
border-color: #4AFFB7;
}
</style>