Shades of Turquoise #4AF2C2
Tints of Turquoise #4AF2C2
RGB
CMYK
RGB Variations
Color information
#4AF2C2 (or 0x4AF2C2) is known color: Turquoise. HEX triplet: 4A, F2 and C2. RGB value is (74,242,194). Sum of RGB (Red+Green+Blue) = 74+242+194=510 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.51% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF2C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF2C2 is #B50D3D. Grayscale: #BABABA. Windows color (decimal): -11865406 or 12776010. OLE color: 12776010.
HSL color Cylindrical-coordinate representation of color #4AF2C2: hue angle of 162.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF2C2 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 194 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.05 |
| HSL | 162.86º | 0.87% | 0.62% | - |
| HSV(B) | 162.86º | 0.69% | 0.95% | - |
| XYZ | 44.31 | 68.86 | 61.99 | - |
| YUV | 186.3 | 132.34 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 194 | 0.69 | 0 | 0.20 | 0.05 | 162.86 | 0.87 | 0.62 |
| Hex | 4A | F2 | C2 | 45 | 0 | 14 | 5 | A3 | 57 | 3E |
| Octal | 112 | 362 | 302 | 105 | 0 | 24 | 5 | 243 | 127 | 76 |
| Binary | 1001010 | 11110010 | 11000010 | 1000101 | 0 | 10100 | 101 | 10100011 | 1010111 | 111110 |
Color Harmonies of #4AF2C2
Complementary color
Monochromatic Colors of #4AF2C2
Black with #4AF2C2
Text Example
Text Example
White with #4AF2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF2C2; }
p { color: rgb(74,242,194); }
H1.HeaderClassName
{
color: #4AF2C2;
}
.AnyTagClassName
{
color: #4AF2C2;
}
</style>
background-color css
<style>
a { background-color: #4AF2C2; }
a { background-color: rgb(74,242,194); }
div.DivClassName
{
background-color: #4AF2C2;
}
.BgClassName
{
background-color: #4AF2C2;
}
</style>
border-color css
<style>
span { border-color: #4AF2C2; }
span { border-color: rgb(74,242,194); }
td.TdClassName
{
border-color: #4AF2C2;
}
.TagClassName
{
border-color: #4AF2C2;
}
</style>