Shades of Turquoise #4AF2C4
Tints of Turquoise #4AF2C4
RGB
CMYK
RGB Variations
Color information
#4AF2C4 (or 0x4AF2C4) is known color: Turquoise. HEX triplet: 4A, F2 and C4. RGB value is (74,242,196). Sum of RGB (Red+Green+Blue) = 74+242+196=512 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.45% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF2C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF2C4 is #B50D3B. Grayscale: #BABABA. Windows color (decimal): -11865404 or 12907082. OLE color: 12907082.
HSL color Cylindrical-coordinate representation of color #4AF2C4: hue angle of 163.57º 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 #4AF2C4 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 196 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.05 |
| HSL | 163.57º | 0.87% | 0.62% | - |
| HSV(B) | 163.57º | 0.69% | 0.95% | - |
| XYZ | 44.54 | 68.95 | 63.18 | - |
| YUV | 186.52 | 133.34 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 196 | 0.69 | 0 | 0.19 | 0.05 | 163.57 | 0.87 | 0.62 |
| Hex | 4A | F2 | C4 | 45 | 0 | 13 | 5 | A4 | 57 | 3E |
| Octal | 112 | 362 | 304 | 105 | 0 | 23 | 5 | 244 | 127 | 76 |
| Binary | 1001010 | 11110010 | 11000100 | 1000101 | 0 | 10011 | 101 | 10100100 | 1010111 | 111110 |
Color Harmonies of #4AF2C4
Complementary color
Monochromatic Colors of #4AF2C4
Black with #4AF2C4
Text Example
Text Example
White with #4AF2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF2C4; }
p { color: rgb(74,242,196); }
H1.HeaderClassName
{
color: #4AF2C4;
}
.AnyTagClassName
{
color: #4AF2C4;
}
</style>
background-color css
<style>
a { background-color: #4AF2C4; }
a { background-color: rgb(74,242,196); }
div.DivClassName
{
background-color: #4AF2C4;
}
.BgClassName
{
background-color: #4AF2C4;
}
</style>
border-color css
<style>
span { border-color: #4AF2C4; }
span { border-color: rgb(74,242,196); }
td.TdClassName
{
border-color: #4AF2C4;
}
.TagClassName
{
border-color: #4AF2C4;
}
</style>