Shades of Turquoise #4AFBDA
Tints of Turquoise #4AFBDA
RGB
CMYK
RGB Variations
Color information
#4AFBDA (or 0x4AFBDA) is known color: Turquoise. HEX triplet: 4A, FB and DA. RGB value is (74,251,218). Sum of RGB (Red+Green+Blue) = 74+251+218=543 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.63% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBDA is #B50425. Grayscale: #C2C2C2. Windows color (decimal): -11863078 or 14351178. OLE color: 14351178.
HSL color Cylindrical-coordinate representation of color #4AFBDA: hue angle of 168.81º 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 #4AFBDA is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 218 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.02 |
| HSL | 168.81º | 0.96% | 0.64% | - |
| HSV(B) | 168.81º | 0.71% | 0.98% | - |
| XYZ | 49.98 | 75.51 | 78.27 | - |
| YUV | 194.32 | 141.36 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 218 | 0.71 | 0 | 0.13 | 0.02 | 168.81 | 0.96 | 0.64 |
| Hex | 4A | FB | DA | 47 | 0 | D | 2 | A9 | 60 | 40 |
| Octal | 112 | 373 | 332 | 107 | 0 | 15 | 2 | 251 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11011010 | 1000111 | 0 | 1101 | 10 | 10101001 | 1100000 | 1000000 |
Color Harmonies of #4AFBDA
Complementary color
Monochromatic Colors of #4AFBDA
Black with #4AFBDA
Text Example
Text Example
White with #4AFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBDA; }
p { color: rgb(74,251,218); }
H1.HeaderClassName
{
color: #4AFBDA;
}
.AnyTagClassName
{
color: #4AFBDA;
}
</style>
background-color css
<style>
a { background-color: #4AFBDA; }
a { background-color: rgb(74,251,218); }
div.DivClassName
{
background-color: #4AFBDA;
}
.BgClassName
{
background-color: #4AFBDA;
}
</style>
border-color css
<style>
span { border-color: #4AFBDA; }
span { border-color: rgb(74,251,218); }
td.TdClassName
{
border-color: #4AFBDA;
}
.TagClassName
{
border-color: #4AFBDA;
}
</style>