Shades of Turquoise #4AFBBE
Tints of Turquoise #4AFBBE
RGB
CMYK
RGB Variations
Color information
#4AFBBE (or 0x4AFBBE) is known color: Turquoise. HEX triplet: 4A, FB and BE. RGB value is (74,251,190). Sum of RGB (Red+Green+Blue) = 74+251+190=515 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.37% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBBE is #B50441. Grayscale: #BFBFBF. Windows color (decimal): -11863106 or 12516170. OLE color: 12516170.
HSL color Cylindrical-coordinate representation of color #4AFBBE: hue angle of 159.32º 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 #4AFBBE is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 190 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.02 |
| HSL | 159.32º | 0.96% | 0.64% | - |
| HSV(B) | 159.32º | 0.71% | 0.98% | - |
| XYZ | 46.62 | 74.17 | 60.57 | - |
| YUV | 191.12 | 127.36 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 190 | 0.71 | 0 | 0.24 | 0.02 | 159.32 | 0.96 | 0.64 |
| Hex | 4A | FB | BE | 47 | 0 | 18 | 2 | 9F | 60 | 40 |
| Octal | 112 | 373 | 276 | 107 | 0 | 30 | 2 | 237 | 140 | 100 |
| Binary | 1001010 | 11111011 | 10111110 | 1000111 | 0 | 11000 | 10 | 10011111 | 1100000 | 1000000 |
Color Harmonies of #4AFBBE
Complementary color
Monochromatic Colors of #4AFBBE
Black with #4AFBBE
Text Example
Text Example
White with #4AFBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBBE; }
p { color: rgb(74,251,190); }
H1.HeaderClassName
{
color: #4AFBBE;
}
.AnyTagClassName
{
color: #4AFBBE;
}
</style>
background-color css
<style>
a { background-color: #4AFBBE; }
a { background-color: rgb(74,251,190); }
div.DivClassName
{
background-color: #4AFBBE;
}
.BgClassName
{
background-color: #4AFBBE;
}
</style>
border-color css
<style>
span { border-color: #4AFBBE; }
span { border-color: rgb(74,251,190); }
td.TdClassName
{
border-color: #4AFBBE;
}
.TagClassName
{
border-color: #4AFBBE;
}
</style>