Shades of Turquoise #4AF3DC
Tints of Turquoise #4AF3DC
RGB
CMYK
RGB Variations
Color information
#4AF3DC (or 0x4AF3DC) is known color: Turquoise. HEX triplet: 4A, F3 and DC. RGB value is (74,243,220). Sum of RGB (Red+Green+Blue) = 74+243+220=537 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.78% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF3DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF3DC is #B50C23. Grayscale: #BDBDBD. Windows color (decimal): -11865124 or 14480202. OLE color: 14480202.
HSL color Cylindrical-coordinate representation of color #4AF3DC: hue angle of 171.83º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF3DC is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 220 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.05 |
| HSL | 171.83º | 0.88% | 0.62% | - |
| HSV(B) | 171.83º | 0.7% | 0.95% | - |
| XYZ | 47.79 | 70.72 | 78.84 | - |
| YUV | 189.85 | 145.01 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 220 | 0.70 | 0 | 0.09 | 0.05 | 171.83 | 0.88 | 0.62 |
| Hex | 4A | F3 | DC | 46 | 0 | 9 | 5 | AC | 58 | 3E |
| Octal | 112 | 363 | 334 | 106 | 0 | 11 | 5 | 254 | 130 | 76 |
| Binary | 1001010 | 11110011 | 11011100 | 1000110 | 0 | 1001 | 101 | 10101100 | 1011000 | 111110 |
Color Harmonies of #4AF3DC
Complementary color
Monochromatic Colors of #4AF3DC
Black with #4AF3DC
Text Example
Text Example
White with #4AF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF3DC; }
p { color: rgb(74,243,220); }
H1.HeaderClassName
{
color: #4AF3DC;
}
.AnyTagClassName
{
color: #4AF3DC;
}
</style>
background-color css
<style>
a { background-color: #4AF3DC; }
a { background-color: rgb(74,243,220); }
div.DivClassName
{
background-color: #4AF3DC;
}
.BgClassName
{
background-color: #4AF3DC;
}
</style>
border-color css
<style>
span { border-color: #4AF3DC; }
span { border-color: rgb(74,243,220); }
td.TdClassName
{
border-color: #4AF3DC;
}
.TagClassName
{
border-color: #4AF3DC;
}
</style>