Shades of Turquoise #4AFBD2
Tints of Turquoise #4AFBD2
RGB
CMYK
RGB Variations
Color information
#4AFBD2 (or 0x4AFBD2) is known color: Turquoise. HEX triplet: 4A, FB and D2. RGB value is (74,251,210). Sum of RGB (Red+Green+Blue) = 74+251+210=535 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.83% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBD2 is #B5042D. Grayscale: #C1C1C1. Windows color (decimal): -11863086 or 13826890. OLE color: 13826890.
HSL color Cylindrical-coordinate representation of color #4AFBD2: hue angle of 166.1º 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 #4AFBD2 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 210 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.02 |
| HSL | 166.1º | 0.96% | 0.64% | - |
| HSV(B) | 166.1º | 0.71% | 0.98% | - |
| XYZ | 48.95 | 75.1 | 72.89 | - |
| YUV | 193.4 | 137.36 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 210 | 0.71 | 0 | 0.16 | 0.02 | 166.1 | 0.96 | 0.64 |
| Hex | 4A | FB | D2 | 47 | 0 | 10 | 2 | A6 | 60 | 40 |
| Octal | 112 | 373 | 322 | 107 | 0 | 20 | 2 | 246 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11010010 | 1000111 | 0 | 10000 | 10 | 10100110 | 1100000 | 1000000 |
Color Harmonies of #4AFBD2
Complementary color
Monochromatic Colors of #4AFBD2
Black with #4AFBD2
Text Example
Text Example
White with #4AFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBD2; }
p { color: rgb(74,251,210); }
H1.HeaderClassName
{
color: #4AFBD2;
}
.AnyTagClassName
{
color: #4AFBD2;
}
</style>
background-color css
<style>
a { background-color: #4AFBD2; }
a { background-color: rgb(74,251,210); }
div.DivClassName
{
background-color: #4AFBD2;
}
.BgClassName
{
background-color: #4AFBD2;
}
</style>
border-color css
<style>
span { border-color: #4AFBD2; }
span { border-color: rgb(74,251,210); }
td.TdClassName
{
border-color: #4AFBD2;
}
.TagClassName
{
border-color: #4AFBD2;
}
</style>