Shades of Turquoise #4AF3DD
Tints of Turquoise #4AF3DD
RGB
CMYK
RGB Variations
Color information
#4AF3DD (or 0x4AF3DD) is known color: Turquoise. HEX triplet: 4A, F3 and DD. RGB value is (74,243,221). Sum of RGB (Red+Green+Blue) = 74+243+221=538 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.75% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF3DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF3DD is #B50C22. Grayscale: #BDBDBD. Windows color (decimal): -11865123 or 14545738. OLE color: 14545738.
HSL color Cylindrical-coordinate representation of color #4AF3DD: hue angle of 172.19º 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 #4AF3DD is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 221 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.05 |
| HSL | 172.19º | 0.88% | 0.62% | - |
| HSV(B) | 172.19º | 0.7% | 0.95% | - |
| XYZ | 47.93 | 70.78 | 79.54 | - |
| YUV | 189.96 | 145.51 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 221 | 0.70 | 0 | 0.09 | 0.05 | 172.19 | 0.88 | 0.62 |
| Hex | 4A | F3 | DD | 46 | 0 | 9 | 5 | AC | 58 | 3E |
| Octal | 112 | 363 | 335 | 106 | 0 | 11 | 5 | 254 | 130 | 76 |
| Binary | 1001010 | 11110011 | 11011101 | 1000110 | 0 | 1001 | 101 | 10101100 | 1011000 | 111110 |
Color Harmonies of #4AF3DD
Complementary color
Monochromatic Colors of #4AF3DD
Black with #4AF3DD
Text Example
Text Example
White with #4AF3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF3DD; }
p { color: rgb(74,243,221); }
H1.HeaderClassName
{
color: #4AF3DD;
}
.AnyTagClassName
{
color: #4AF3DD;
}
</style>
background-color css
<style>
a { background-color: #4AF3DD; }
a { background-color: rgb(74,243,221); }
div.DivClassName
{
background-color: #4AF3DD;
}
.BgClassName
{
background-color: #4AF3DD;
}
</style>
border-color css
<style>
span { border-color: #4AF3DD; }
span { border-color: rgb(74,243,221); }
td.TdClassName
{
border-color: #4AF3DD;
}
.TagClassName
{
border-color: #4AF3DD;
}
</style>