Shades of Turquoise #4AF2DD
Tints of Turquoise #4AF2DD
RGB
CMYK
RGB Variations
Color information
#4AF2DD (or 0x4AF2DD) is known color: Turquoise. HEX triplet: 4A, F2 and DD. RGB value is (74,242,221). Sum of RGB (Red+Green+Blue) = 74+242+221=537 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.78% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF2DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF2DD is #B50D22. Grayscale: #BDBDBD. Windows color (decimal): -11865379 or 14545482. OLE color: 14545482.
HSL color Cylindrical-coordinate representation of color #4AF2DD: hue angle of 172.5º 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 #4AF2DD is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 221 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.05 |
| HSL | 172.5º | 0.87% | 0.62% | - |
| HSV(B) | 172.5º | 0.69% | 0.95% | - |
| XYZ | 47.63 | 70.18 | 79.44 | - |
| YUV | 189.37 | 145.84 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 221 | 0.69 | 0 | 0.09 | 0.05 | 172.5 | 0.87 | 0.62 |
| Hex | 4A | F2 | DD | 45 | 0 | 9 | 5 | AC | 57 | 3E |
| Octal | 112 | 362 | 335 | 105 | 0 | 11 | 5 | 254 | 127 | 76 |
| Binary | 1001010 | 11110010 | 11011101 | 1000101 | 0 | 1001 | 101 | 10101100 | 1010111 | 111110 |
Color Harmonies of #4AF2DD
Complementary color
Monochromatic Colors of #4AF2DD
Black with #4AF2DD
Text Example
Text Example
White with #4AF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF2DD; }
p { color: rgb(74,242,221); }
H1.HeaderClassName
{
color: #4AF2DD;
}
.AnyTagClassName
{
color: #4AF2DD;
}
</style>
background-color css
<style>
a { background-color: #4AF2DD; }
a { background-color: rgb(74,242,221); }
div.DivClassName
{
background-color: #4AF2DD;
}
.BgClassName
{
background-color: #4AF2DD;
}
</style>
border-color css
<style>
span { border-color: #4AF2DD; }
span { border-color: rgb(74,242,221); }
td.TdClassName
{
border-color: #4AF2DD;
}
.TagClassName
{
border-color: #4AF2DD;
}
</style>