Shades of Turquoise #4AEADF
Tints of Turquoise #4AEADF
RGB
CMYK
RGB Variations
Color information
#4AEADF (or 0x4AEADF) is known color: Turquoise. HEX triplet: 4A, EA and DF. RGB value is (74,234,223). Sum of RGB (Red+Green+Blue) = 74+234+223=531 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.94% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEADF is #B51520. Grayscale: #B8B8B8. Windows color (decimal): -11867425 or 14674506. OLE color: 14674506.
HSL color Cylindrical-coordinate representation of color #4AEADF: hue angle of 175.88º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEADF is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 234 | 223 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.08 |
| HSL | 175.88º | 0.79% | 0.6% | - |
| HSV(B) | 175.88º | 0.68% | 0.92% | - |
| XYZ | 45.57 | 65.63 | 80.08 | - |
| YUV | 184.91 | 149.49 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 223 | 0.68 | 0 | 0.05 | 0.08 | 175.88 | 0.79 | 0.6 |
| Hex | 4A | EA | DF | 44 | 0 | 5 | 8 | B0 | 4F | 3C |
| Octal | 112 | 352 | 337 | 104 | 0 | 5 | 10 | 260 | 117 | 74 |
| Binary | 1001010 | 11101010 | 11011111 | 1000100 | 0 | 101 | 1000 | 10110000 | 1001111 | 111100 |
Color Harmonies of #4AEADF
Complementary color
Monochromatic Colors of #4AEADF
Black with #4AEADF
Text Example
Text Example
White with #4AEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEADF; }
p { color: rgb(74,234,223); }
H1.HeaderClassName
{
color: #4AEADF;
}
.AnyTagClassName
{
color: #4AEADF;
}
</style>
background-color css
<style>
a { background-color: #4AEADF; }
a { background-color: rgb(74,234,223); }
div.DivClassName
{
background-color: #4AEADF;
}
.BgClassName
{
background-color: #4AEADF;
}
</style>
border-color css
<style>
span { border-color: #4AEADF; }
span { border-color: rgb(74,234,223); }
td.TdClassName
{
border-color: #4AEADF;
}
.TagClassName
{
border-color: #4AEADF;
}
</style>