Shades of Turquoise #4AFFDF
Tints of Turquoise #4AFFDF
RGB
CMYK
RGB Variations
Color information
#4AFFDF (or 0x4AFFDF) is known color: Turquoise. HEX triplet: 4A, FF and DF. RGB value is (74,255,223). Sum of RGB (Red+Green+Blue) = 74+255+223=552 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.41% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFDF is #B50020. Grayscale: #C5C5C5. Windows color (decimal): -11862049 or 14679882. OLE color: 14679882.
HSL color Cylindrical-coordinate representation of color #4AFFDF: hue angle of 169.39º 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 #4AFFDF is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 223 | - |
| CMYK | 0.71 | 0 | 0.13 | 0 |
| HSL | 169.39º | 1% | 0.65% | - |
| HSV(B) | 169.39º | 0.71% | 1% | - |
| XYZ | 51.9 | 78.3 | 82.19 | - |
| YUV | 197.23 | 142.53 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 223 | 0.71 | 0 | 0.13 | 0 | 169.39 | 1 | 0.65 |
| Hex | 4A | FF | DF | 47 | 0 | D | 0 | A9 | 64 | 41 |
| Octal | 112 | 377 | 337 | 107 | 0 | 15 | 0 | 251 | 144 | 101 |
| Binary | 1001010 | 11111111 | 11011111 | 1000111 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000001 |
Color Harmonies of #4AFFDF
Complementary color
Monochromatic Colors of #4AFFDF
Black with #4AFFDF
Text Example
Text Example
White with #4AFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFDF; }
p { color: rgb(74,255,223); }
H1.HeaderClassName
{
color: #4AFFDF;
}
.AnyTagClassName
{
color: #4AFFDF;
}
</style>
background-color css
<style>
a { background-color: #4AFFDF; }
a { background-color: rgb(74,255,223); }
div.DivClassName
{
background-color: #4AFFDF;
}
.BgClassName
{
background-color: #4AFFDF;
}
</style>
border-color css
<style>
span { border-color: #4AFFDF; }
span { border-color: rgb(74,255,223); }
td.TdClassName
{
border-color: #4AFFDF;
}
.TagClassName
{
border-color: #4AFFDF;
}
</style>