Shades of Turquoise #4AEDDE
Tints of Turquoise #4AEDDE
RGB
CMYK
RGB Variations
Color information
#4AEDDE (or 0x4AEDDE) is known color: Turquoise. HEX triplet: 4A, ED and DE. RGB value is (74,237,222). Sum of RGB (Red+Green+Blue) = 74+237+222=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDDE is #B51221. Grayscale: #BABABA. Windows color (decimal): -11866658 or 14609738. OLE color: 14609738.
HSL color Cylindrical-coordinate representation of color #4AEDDE: hue angle of 174.48º degrees, saturation: 0.82, 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 #4AEDDE is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 222 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.07 |
| HSL | 174.48º | 0.82% | 0.61% | - |
| HSV(B) | 174.48º | 0.69% | 0.93% | - |
| XYZ | 46.29 | 67.3 | 79.66 | - |
| YUV | 186.55 | 148 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 222 | 0.69 | 0 | 0.06 | 0.07 | 174.48 | 0.82 | 0.61 |
| Hex | 4A | ED | DE | 45 | 0 | 6 | 7 | AE | 52 | 3D |
| Octal | 112 | 355 | 336 | 105 | 0 | 6 | 7 | 256 | 122 | 75 |
| Binary | 1001010 | 11101101 | 11011110 | 1000101 | 0 | 110 | 111 | 10101110 | 1010010 | 111101 |
Color Harmonies of #4AEDDE
Complementary color
Monochromatic Colors of #4AEDDE
Black with #4AEDDE
Text Example
Text Example
White with #4AEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEDDE; }
p { color: rgb(74,237,222); }
H1.HeaderClassName
{
color: #4AEDDE;
}
.AnyTagClassName
{
color: #4AEDDE;
}
</style>
background-color css
<style>
a { background-color: #4AEDDE; }
a { background-color: rgb(74,237,222); }
div.DivClassName
{
background-color: #4AEDDE;
}
.BgClassName
{
background-color: #4AEDDE;
}
</style>
border-color css
<style>
span { border-color: #4AEDDE; }
span { border-color: rgb(74,237,222); }
td.TdClassName
{
border-color: #4AEDDE;
}
.TagClassName
{
border-color: #4AEDDE;
}
</style>