Shades of Turquoise #4AFFD6
Tints of Turquoise #4AFFD6
RGB
CMYK
RGB Variations
Color information
#4AFFD6 (or 0x4AFFD6) is known color: Turquoise. HEX triplet: 4A, FF and D6. RGB value is (74,255,214). Sum of RGB (Red+Green+Blue) = 74+255+214=543 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.63% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFD6 is #B50029. Grayscale: #C4C4C4. Windows color (decimal): -11862058 or 14090058. OLE color: 14090058.
HSL color Cylindrical-coordinate representation of color #4AFFD6: hue angle of 166.41º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFD6 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 214 | - |
| CMYK | 0.71 | 0 | 0.16 | 0 |
| HSL | 166.41º | 1% | 0.65% | - |
| HSV(B) | 166.41º | 0.71% | 1% | - |
| XYZ | 50.72 | 77.83 | 75.97 | - |
| YUV | 196.21 | 138.03 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 214 | 0.71 | 0 | 0.16 | 0 | 166.41 | 1 | 0.65 |
| Hex | 4A | FF | D6 | 47 | 0 | 10 | 0 | A6 | 64 | 41 |
| Octal | 112 | 377 | 326 | 107 | 0 | 20 | 0 | 246 | 144 | 101 |
| Binary | 1001010 | 11111111 | 11010110 | 1000111 | 0 | 10000 | 0 | 10100110 | 1100100 | 1000001 |
Color Harmonies of #4AFFD6
Complementary color
Monochromatic Colors of #4AFFD6
Black with #4AFFD6
Text Example
Text Example
White with #4AFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFD6; }
p { color: rgb(74,255,214); }
H1.HeaderClassName
{
color: #4AFFD6;
}
.AnyTagClassName
{
color: #4AFFD6;
}
</style>
background-color css
<style>
a { background-color: #4AFFD6; }
a { background-color: rgb(74,255,214); }
div.DivClassName
{
background-color: #4AFFD6;
}
.BgClassName
{
background-color: #4AFFD6;
}
</style>
border-color css
<style>
span { border-color: #4AFFD6; }
span { border-color: rgb(74,255,214); }
td.TdClassName
{
border-color: #4AFFD6;
}
.TagClassName
{
border-color: #4AFFD6;
}
</style>