Shades of Turquoise #4AFFCA
Tints of Turquoise #4AFFCA
RGB
CMYK
RGB Variations
Color information
#4AFFCA (or 0x4AFFCA) is known color: Turquoise. HEX triplet: 4A, FF and CA. RGB value is (74,255,202). Sum of RGB (Red+Green+Blue) = 74+255+202=531 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.94% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFCA is #B50035. Grayscale: #C2C2C2. Windows color (decimal): -11862070 or 13303626. OLE color: 13303626.
HSL color Cylindrical-coordinate representation of color #4AFFCA: hue angle of 162.43º 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 #4AFFCA is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 202 | - |
| CMYK | 0.71 | 0 | 0.21 | 0 |
| HSL | 162.43º | 1% | 0.65% | - |
| HSV(B) | 162.43º | 0.71% | 1% | - |
| XYZ | 49.24 | 77.24 | 68.19 | - |
| YUV | 194.84 | 132.03 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 202 | 0.71 | 0 | 0.21 | 0 | 162.43 | 1 | 0.65 |
| Hex | 4A | FF | CA | 47 | 0 | 15 | 0 | A2 | 64 | 41 |
| Octal | 112 | 377 | 312 | 107 | 0 | 25 | 0 | 242 | 144 | 101 |
| Binary | 1001010 | 11111111 | 11001010 | 1000111 | 0 | 10101 | 0 | 10100010 | 1100100 | 1000001 |
Color Harmonies of #4AFFCA
Complementary color
Monochromatic Colors of #4AFFCA
Black with #4AFFCA
Text Example
Text Example
White with #4AFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFCA; }
p { color: rgb(74,255,202); }
H1.HeaderClassName
{
color: #4AFFCA;
}
.AnyTagClassName
{
color: #4AFFCA;
}
</style>
background-color css
<style>
a { background-color: #4AFFCA; }
a { background-color: rgb(74,255,202); }
div.DivClassName
{
background-color: #4AFFCA;
}
.BgClassName
{
background-color: #4AFFCA;
}
</style>
border-color css
<style>
span { border-color: #4AFFCA; }
span { border-color: rgb(74,255,202); }
td.TdClassName
{
border-color: #4AFFCA;
}
.TagClassName
{
border-color: #4AFFCA;
}
</style>