Shades of Turquoise #4AFFB6
Tints of Turquoise #4AFFB6
RGB
CMYK
RGB Variations
Color information
#4AFFB6 (or 0x4AFFB6) is known color: Turquoise. HEX triplet: 4A, FF and B6. RGB value is (74,255,182). Sum of RGB (Red+Green+Blue) = 74+255+182=511 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.48% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFB6 is #B50049. Grayscale: #C0C0C0. Windows color (decimal): -11862090 or 11992906. OLE color: 11992906.
HSL color Cylindrical-coordinate representation of color #4AFFB6: hue angle of 155.8º 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 #4AFFB6 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 182 | - |
| CMYK | 0.71 | 0 | 0.29 | 0 |
| HSL | 155.8º | 1% | 0.65% | - |
| HSV(B) | 155.8º | 0.71% | 1% | - |
| XYZ | 47.03 | 76.35 | 56.52 | - |
| YUV | 192.56 | 122.03 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 182 | 0.71 | 0 | 0.29 | 0 | 155.8 | 1 | 0.65 |
| Hex | 4A | FF | B6 | 47 | 0 | 1D | 0 | 9C | 64 | 41 |
| Octal | 112 | 377 | 266 | 107 | 0 | 35 | 0 | 234 | 144 | 101 |
| Binary | 1001010 | 11111111 | 10110110 | 1000111 | 0 | 11101 | 0 | 10011100 | 1100100 | 1000001 |
Color Harmonies of #4AFFB6
Complementary color
Monochromatic Colors of #4AFFB6
Black with #4AFFB6
Text Example
Text Example
White with #4AFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFB6; }
p { color: rgb(74,255,182); }
H1.HeaderClassName
{
color: #4AFFB6;
}
.AnyTagClassName
{
color: #4AFFB6;
}
</style>
background-color css
<style>
a { background-color: #4AFFB6; }
a { background-color: rgb(74,255,182); }
div.DivClassName
{
background-color: #4AFFB6;
}
.BgClassName
{
background-color: #4AFFB6;
}
</style>
border-color css
<style>
span { border-color: #4AFFB6; }
span { border-color: rgb(74,255,182); }
td.TdClassName
{
border-color: #4AFFB6;
}
.TagClassName
{
border-color: #4AFFB6;
}
</style>