Shades of Turquoise #4AFBD8
Tints of Turquoise #4AFBD8
RGB
CMYK
RGB Variations
Color information
#4AFBD8 (or 0x4AFBD8) is known color: Turquoise. HEX triplet: 4A, FB and D8. RGB value is (74,251,216). Sum of RGB (Red+Green+Blue) = 74+251+216=541 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.68% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBD8 is #B50427. Grayscale: #C2C2C2. Windows color (decimal): -11863080 or 14220106. OLE color: 14220106.
HSL color Cylindrical-coordinate representation of color #4AFBD8: hue angle of 168.14º 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 #4AFBD8 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 216 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.02 |
| HSL | 168.14º | 0.96% | 0.64% | - |
| HSV(B) | 168.14º | 0.71% | 0.98% | - |
| XYZ | 49.72 | 75.41 | 76.9 | - |
| YUV | 194.09 | 140.36 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 216 | 0.71 | 0 | 0.14 | 0.02 | 168.14 | 0.96 | 0.64 |
| Hex | 4A | FB | D8 | 47 | 0 | E | 2 | A8 | 60 | 40 |
| Octal | 112 | 373 | 330 | 107 | 0 | 16 | 2 | 250 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11011000 | 1000111 | 0 | 1110 | 10 | 10101000 | 1100000 | 1000000 |
Color Harmonies of #4AFBD8
Complementary color
Monochromatic Colors of #4AFBD8
Black with #4AFBD8
Text Example
Text Example
White with #4AFBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBD8; }
p { color: rgb(74,251,216); }
H1.HeaderClassName
{
color: #4AFBD8;
}
.AnyTagClassName
{
color: #4AFBD8;
}
</style>
background-color css
<style>
a { background-color: #4AFBD8; }
a { background-color: rgb(74,251,216); }
div.DivClassName
{
background-color: #4AFBD8;
}
.BgClassName
{
background-color: #4AFBD8;
}
</style>
border-color css
<style>
span { border-color: #4AFBD8; }
span { border-color: rgb(74,251,216); }
td.TdClassName
{
border-color: #4AFBD8;
}
.TagClassName
{
border-color: #4AFBD8;
}
</style>