Shades of Turquoise #4AEEDF
Tints of Turquoise #4AEEDF
RGB
CMYK
RGB Variations
Color information
#4AEEDF (or 0x4AEEDF) is known color: Turquoise. HEX triplet: 4A, EE and DF. RGB value is (74,238,223). Sum of RGB (Red+Green+Blue) = 74+238+223=535 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.83% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEEDF is #B51120. Grayscale: #BBBBBB. Windows color (decimal): -11866401 or 14675530. OLE color: 14675530.
HSL color Cylindrical-coordinate representation of color #4AEEDF: hue angle of 174.51º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEEDF is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 238 | 223 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.07 |
| HSL | 174.51º | 0.83% | 0.61% | - |
| HSV(B) | 174.51º | 0.69% | 0.93% | - |
| XYZ | 46.72 | 67.93 | 80.46 | - |
| YUV | 187.25 | 148.17 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 238 | 223 | 0.69 | 0 | 0.06 | 0.07 | 174.51 | 0.83 | 0.61 |
| Hex | 4A | EE | DF | 45 | 0 | 6 | 7 | AF | 53 | 3D |
| Octal | 112 | 356 | 337 | 105 | 0 | 6 | 7 | 257 | 123 | 75 |
| Binary | 1001010 | 11101110 | 11011111 | 1000101 | 0 | 110 | 111 | 10101111 | 1010011 | 111101 |
Color Harmonies of #4AEEDF
Complementary color
Monochromatic Colors of #4AEEDF
Black with #4AEEDF
Text Example
Text Example
White with #4AEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEEDF; }
p { color: rgb(74,238,223); }
H1.HeaderClassName
{
color: #4AEEDF;
}
.AnyTagClassName
{
color: #4AEEDF;
}
</style>
background-color css
<style>
a { background-color: #4AEEDF; }
a { background-color: rgb(74,238,223); }
div.DivClassName
{
background-color: #4AEEDF;
}
.BgClassName
{
background-color: #4AEEDF;
}
</style>
border-color css
<style>
span { border-color: #4AEEDF; }
span { border-color: rgb(74,238,223); }
td.TdClassName
{
border-color: #4AEEDF;
}
.TagClassName
{
border-color: #4AEEDF;
}
</style>