Shades of Turquoise #4AFDD3
Tints of Turquoise #4AFDD3
RGB
CMYK
RGB Variations
Color information
#4AFDD3 (or 0x4AFDD3) is known color: Turquoise. HEX triplet: 4A, FD and D3. RGB value is (74,253,211). Sum of RGB (Red+Green+Blue) = 74+253+211=538 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.75% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFDD3 is #B5022C. Grayscale: #C2C2C2. Windows color (decimal): -11862573 or 13892938. OLE color: 13892938.
HSL color Cylindrical-coordinate representation of color #4AFDD3: hue angle of 165.92º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFDD3 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 253 | 211 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.01 |
| HSL | 165.92º | 0.98% | 0.64% | - |
| HSV(B) | 165.92º | 0.71% | 0.99% | - |
| XYZ | 49.71 | 76.41 | 73.76 | - |
| YUV | 194.69 | 137.2 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 253 | 211 | 0.71 | 0 | 0.17 | 0.01 | 165.92 | 0.98 | 0.64 |
| Hex | 4A | FD | D3 | 47 | 0 | 11 | 1 | A6 | 62 | 40 |
| Octal | 112 | 375 | 323 | 107 | 0 | 21 | 1 | 246 | 142 | 100 |
| Binary | 1001010 | 11111101 | 11010011 | 1000111 | 0 | 10001 | 1 | 10100110 | 1100010 | 1000000 |
Color Harmonies of #4AFDD3
Complementary color
Monochromatic Colors of #4AFDD3
Black with #4AFDD3
Text Example
Text Example
White with #4AFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFDD3; }
p { color: rgb(74,253,211); }
H1.HeaderClassName
{
color: #4AFDD3;
}
.AnyTagClassName
{
color: #4AFDD3;
}
</style>
background-color css
<style>
a { background-color: #4AFDD3; }
a { background-color: rgb(74,253,211); }
div.DivClassName
{
background-color: #4AFDD3;
}
.BgClassName
{
background-color: #4AFDD3;
}
</style>
border-color css
<style>
span { border-color: #4AFDD3; }
span { border-color: rgb(74,253,211); }
td.TdClassName
{
border-color: #4AFDD3;
}
.TagClassName
{
border-color: #4AFDD3;
}
</style>