Shades of Turquoise #4AFDDF
Tints of Turquoise #4AFDDF
RGB
CMYK
RGB Variations
Color information
#4AFDDF (or 0x4AFDDF) is known color: Turquoise. HEX triplet: 4A, FD and DF. RGB value is (74,253,223). Sum of RGB (Red+Green+Blue) = 74+253+223=550 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.45% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFDDF is #B50220. Grayscale: #C3C3C3. Windows color (decimal): -11862561 or 14679370. OLE color: 14679370.
HSL color Cylindrical-coordinate representation of color #4AFDDF: hue angle of 169.94º 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 #4AFDDF is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 253 | 223 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.01 |
| HSL | 169.94º | 0.98% | 0.64% | - |
| HSV(B) | 169.94º | 0.71% | 0.99% | - |
| XYZ | 51.27 | 77.03 | 81.98 | - |
| YUV | 196.06 | 143.2 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 253 | 223 | 0.71 | 0 | 0.12 | 0.01 | 169.94 | 0.98 | 0.64 |
| Hex | 4A | FD | DF | 47 | 0 | C | 1 | AA | 62 | 40 |
| Octal | 112 | 375 | 337 | 107 | 0 | 14 | 1 | 252 | 142 | 100 |
| Binary | 1001010 | 11111101 | 11011111 | 1000111 | 0 | 1100 | 1 | 10101010 | 1100010 | 1000000 |
Color Harmonies of #4AFDDF
Complementary color
Monochromatic Colors of #4AFDDF
Black with #4AFDDF
Text Example
Text Example
White with #4AFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFDDF; }
p { color: rgb(74,253,223); }
H1.HeaderClassName
{
color: #4AFDDF;
}
.AnyTagClassName
{
color: #4AFDDF;
}
</style>
background-color css
<style>
a { background-color: #4AFDDF; }
a { background-color: rgb(74,253,223); }
div.DivClassName
{
background-color: #4AFDDF;
}
.BgClassName
{
background-color: #4AFDDF;
}
</style>
border-color css
<style>
span { border-color: #4AFDDF; }
span { border-color: rgb(74,253,223); }
td.TdClassName
{
border-color: #4AFDDF;
}
.TagClassName
{
border-color: #4AFDDF;
}
</style>