Shades of Turquoise #4AFDCD
Tints of Turquoise #4AFDCD
RGB
CMYK
RGB Variations
Color information
#4AFDCD (or 0x4AFDCD) is known color: Turquoise. HEX triplet: 4A, FD and CD. RGB value is (74,253,205). Sum of RGB (Red+Green+Blue) = 74+253+205=532 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.91% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFDCD is #B50232. Grayscale: #C2C2C2. Windows color (decimal): -11862579 or 13499722. OLE color: 13499722.
HSL color Cylindrical-coordinate representation of color #4AFDCD: hue angle of 163.91º 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 #4AFDCD is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 253 | 205 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.01 |
| HSL | 163.91º | 0.98% | 0.64% | - |
| HSV(B) | 163.91º | 0.71% | 0.99% | - |
| XYZ | 48.97 | 76.11 | 69.87 | - |
| YUV | 194.01 | 134.2 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 253 | 205 | 0.71 | 0 | 0.19 | 0.01 | 163.91 | 0.98 | 0.64 |
| Hex | 4A | FD | CD | 47 | 0 | 13 | 1 | A4 | 62 | 40 |
| Octal | 112 | 375 | 315 | 107 | 0 | 23 | 1 | 244 | 142 | 100 |
| Binary | 1001010 | 11111101 | 11001101 | 1000111 | 0 | 10011 | 1 | 10100100 | 1100010 | 1000000 |
Color Harmonies of #4AFDCD
Complementary color
Monochromatic Colors of #4AFDCD
Black with #4AFDCD
Text Example
Text Example
White with #4AFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFDCD; }
p { color: rgb(74,253,205); }
H1.HeaderClassName
{
color: #4AFDCD;
}
.AnyTagClassName
{
color: #4AFDCD;
}
</style>
background-color css
<style>
a { background-color: #4AFDCD; }
a { background-color: rgb(74,253,205); }
div.DivClassName
{
background-color: #4AFDCD;
}
.BgClassName
{
background-color: #4AFDCD;
}
</style>
border-color css
<style>
span { border-color: #4AFDCD; }
span { border-color: rgb(74,253,205); }
td.TdClassName
{
border-color: #4AFDCD;
}
.TagClassName
{
border-color: #4AFDCD;
}
</style>