Shades of Turquoise #4AF2DC
Tints of Turquoise #4AF2DC
RGB
CMYK
RGB Variations
Color information
#4AF2DC (or 0x4AF2DC) is known color: Turquoise. HEX triplet: 4A, F2 and DC. RGB value is (74,242,220). Sum of RGB (Red+Green+Blue) = 74+242+220=536 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.81% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF2DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF2DC is #B50D23. Grayscale: #BDBDBD. Windows color (decimal): -11865380 or 14479946. OLE color: 14479946.
HSL color Cylindrical-coordinate representation of color #4AF2DC: hue angle of 172.14º 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 #4AF2DC is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 220 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.05 |
| HSL | 172.14º | 0.87% | 0.62% | - |
| HSV(B) | 172.14º | 0.69% | 0.95% | - |
| XYZ | 47.49 | 70.13 | 78.74 | - |
| YUV | 189.26 | 145.34 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 220 | 0.69 | 0 | 0.09 | 0.05 | 172.14 | 0.87 | 0.62 |
| Hex | 4A | F2 | DC | 45 | 0 | 9 | 5 | AC | 57 | 3E |
| Octal | 112 | 362 | 334 | 105 | 0 | 11 | 5 | 254 | 127 | 76 |
| Binary | 1001010 | 11110010 | 11011100 | 1000101 | 0 | 1001 | 101 | 10101100 | 1010111 | 111110 |
Color Harmonies of #4AF2DC
Complementary color
Monochromatic Colors of #4AF2DC
Black with #4AF2DC
Text Example
Text Example
White with #4AF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF2DC; }
p { color: rgb(74,242,220); }
H1.HeaderClassName
{
color: #4AF2DC;
}
.AnyTagClassName
{
color: #4AF2DC;
}
</style>
background-color css
<style>
a { background-color: #4AF2DC; }
a { background-color: rgb(74,242,220); }
div.DivClassName
{
background-color: #4AF2DC;
}
.BgClassName
{
background-color: #4AF2DC;
}
</style>
border-color css
<style>
span { border-color: #4AF2DC; }
span { border-color: rgb(74,242,220); }
td.TdClassName
{
border-color: #4AF2DC;
}
.TagClassName
{
border-color: #4AF2DC;
}
</style>