Shades of Turquoise #4AF2D9
Tints of Turquoise #4AF2D9
RGB
CMYK
RGB Variations
Color information
#4AF2D9 (or 0x4AF2D9) is known color: Turquoise. HEX triplet: 4A, F2 and D9. RGB value is (74,242,217). Sum of RGB (Red+Green+Blue) = 74+242+217=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF2D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF2D9 is #B50D26. Grayscale: #BCBCBC. Windows color (decimal): -11865383 or 14283338. OLE color: 14283338.
HSL color Cylindrical-coordinate representation of color #4AF2D9: hue angle of 171.07º 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 #4AF2D9 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 217 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.05 |
| HSL | 171.07º | 0.87% | 0.62% | - |
| HSV(B) | 171.07º | 0.69% | 0.95% | - |
| XYZ | 47.1 | 69.97 | 76.67 | - |
| YUV | 188.92 | 143.84 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 217 | 0.69 | 0 | 0.10 | 0.05 | 171.07 | 0.87 | 0.62 |
| Hex | 4A | F2 | D9 | 45 | 0 | A | 5 | AB | 57 | 3E |
| Octal | 112 | 362 | 331 | 105 | 0 | 12 | 5 | 253 | 127 | 76 |
| Binary | 1001010 | 11110010 | 11011001 | 1000101 | 0 | 1010 | 101 | 10101011 | 1010111 | 111110 |
Color Harmonies of #4AF2D9
Complementary color
Monochromatic Colors of #4AF2D9
Black with #4AF2D9
Text Example
Text Example
White with #4AF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF2D9; }
p { color: rgb(74,242,217); }
H1.HeaderClassName
{
color: #4AF2D9;
}
.AnyTagClassName
{
color: #4AF2D9;
}
</style>
background-color css
<style>
a { background-color: #4AF2D9; }
a { background-color: rgb(74,242,217); }
div.DivClassName
{
background-color: #4AF2D9;
}
.BgClassName
{
background-color: #4AF2D9;
}
</style>
border-color css
<style>
span { border-color: #4AF2D9; }
span { border-color: rgb(74,242,217); }
td.TdClassName
{
border-color: #4AF2D9;
}
.TagClassName
{
border-color: #4AF2D9;
}
</style>