Shades of Turquoise #4AFBB8
Tints of Turquoise #4AFBB8
RGB
CMYK
RGB Variations
Color information
#4AFBB8 (or 0x4AFBB8) is known color: Turquoise. HEX triplet: 4A, FB and B8. RGB value is (74,251,184). Sum of RGB (Red+Green+Blue) = 74+251+184=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBB8 is #B50447. Grayscale: #BEBEBE. Windows color (decimal): -11863112 or 12122954. OLE color: 12122954.
HSL color Cylindrical-coordinate representation of color #4AFBB8: hue angle of 157.29º 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 #4AFBB8 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 184 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.02 |
| HSL | 157.29º | 0.96% | 0.64% | - |
| HSV(B) | 157.29º | 0.71% | 0.98% | - |
| XYZ | 45.97 | 73.91 | 57.19 | - |
| YUV | 190.44 | 124.36 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 184 | 0.71 | 0 | 0.27 | 0.02 | 157.29 | 0.96 | 0.64 |
| Hex | 4A | FB | B8 | 47 | 0 | 1B | 2 | 9D | 60 | 40 |
| Octal | 112 | 373 | 270 | 107 | 0 | 33 | 2 | 235 | 140 | 100 |
| Binary | 1001010 | 11111011 | 10111000 | 1000111 | 0 | 11011 | 10 | 10011101 | 1100000 | 1000000 |
Color Harmonies of #4AFBB8
Complementary color
Monochromatic Colors of #4AFBB8
Black with #4AFBB8
Text Example
Text Example
White with #4AFBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBB8; }
p { color: rgb(74,251,184); }
H1.HeaderClassName
{
color: #4AFBB8;
}
.AnyTagClassName
{
color: #4AFBB8;
}
</style>
background-color css
<style>
a { background-color: #4AFBB8; }
a { background-color: rgb(74,251,184); }
div.DivClassName
{
background-color: #4AFBB8;
}
.BgClassName
{
background-color: #4AFBB8;
}
</style>
border-color css
<style>
span { border-color: #4AFBB8; }
span { border-color: rgb(74,251,184); }
td.TdClassName
{
border-color: #4AFBB8;
}
.TagClassName
{
border-color: #4AFBB8;
}
</style>