Shades of Turquoise #4AFCDD
Tints of Turquoise #4AFCDD
RGB
CMYK
RGB Variations
Color information
#4AFCDD (or 0x4AFCDD) is known color: Turquoise. HEX triplet: 4A, FC and DD. RGB value is (74,252,221). Sum of RGB (Red+Green+Blue) = 74+252+221=547 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.53% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFCDD is #B50322. Grayscale: #C3C3C3. Windows color (decimal): -11862819 or 14548042. OLE color: 14548042.
HSL color Cylindrical-coordinate representation of color #4AFCDD: hue angle of 169.55º degrees, saturation: 0.97, 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 #4AFCDD is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 221 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.01 |
| HSL | 169.55º | 0.97% | 0.64% | - |
| HSV(B) | 169.55º | 0.71% | 0.99% | - |
| XYZ | 50.69 | 76.3 | 80.46 | - |
| YUV | 195.24 | 142.53 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 221 | 0.71 | 0 | 0.12 | 0.01 | 169.55 | 0.97 | 0.64 |
| Hex | 4A | FC | DD | 47 | 0 | C | 1 | AA | 61 | 40 |
| Octal | 112 | 374 | 335 | 107 | 0 | 14 | 1 | 252 | 141 | 100 |
| Binary | 1001010 | 11111100 | 11011101 | 1000111 | 0 | 1100 | 1 | 10101010 | 1100001 | 1000000 |
Color Harmonies of #4AFCDD
Complementary color
Monochromatic Colors of #4AFCDD
Black with #4AFCDD
Text Example
Text Example
White with #4AFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFCDD; }
p { color: rgb(74,252,221); }
H1.HeaderClassName
{
color: #4AFCDD;
}
.AnyTagClassName
{
color: #4AFCDD;
}
</style>
background-color css
<style>
a { background-color: #4AFCDD; }
a { background-color: rgb(74,252,221); }
div.DivClassName
{
background-color: #4AFCDD;
}
.BgClassName
{
background-color: #4AFCDD;
}
</style>
border-color css
<style>
span { border-color: #4AFCDD; }
span { border-color: rgb(74,252,221); }
td.TdClassName
{
border-color: #4AFCDD;
}
.TagClassName
{
border-color: #4AFCDD;
}
</style>