Shades of Turquoise #4AFBD3
Tints of Turquoise #4AFBD3
RGB
CMYK
RGB Variations
Color information
#4AFBD3 (or 0x4AFBD3) is known color: Turquoise. HEX triplet: 4A, FB and D3. RGB value is (74,251,211). Sum of RGB (Red+Green+Blue) = 74+251+211=536 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.81% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBD3 is #B5042C. Grayscale: #C1C1C1. Windows color (decimal): -11863085 or 13892426. OLE color: 13892426.
HSL color Cylindrical-coordinate representation of color #4AFBD3: hue angle of 166.44º 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 #4AFBD3 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 211 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.02 |
| HSL | 166.44º | 0.96% | 0.64% | - |
| HSV(B) | 166.44º | 0.71% | 0.98% | - |
| XYZ | 49.08 | 75.15 | 73.55 | - |
| YUV | 193.52 | 137.86 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 211 | 0.71 | 0 | 0.16 | 0.02 | 166.44 | 0.96 | 0.64 |
| Hex | 4A | FB | D3 | 47 | 0 | 10 | 2 | A6 | 60 | 40 |
| Octal | 112 | 373 | 323 | 107 | 0 | 20 | 2 | 246 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11010011 | 1000111 | 0 | 10000 | 10 | 10100110 | 1100000 | 1000000 |
Color Harmonies of #4AFBD3
Complementary color
Monochromatic Colors of #4AFBD3
Black with #4AFBD3
Text Example
Text Example
White with #4AFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBD3; }
p { color: rgb(74,251,211); }
H1.HeaderClassName
{
color: #4AFBD3;
}
.AnyTagClassName
{
color: #4AFBD3;
}
</style>
background-color css
<style>
a { background-color: #4AFBD3; }
a { background-color: rgb(74,251,211); }
div.DivClassName
{
background-color: #4AFBD3;
}
.BgClassName
{
background-color: #4AFBD3;
}
</style>
border-color css
<style>
span { border-color: #4AFBD3; }
span { border-color: rgb(74,251,211); }
td.TdClassName
{
border-color: #4AFBD3;
}
.TagClassName
{
border-color: #4AFBD3;
}
</style>