Shades of Turquoise #4AEDBC
Tints of Turquoise #4AEDBC
RGB
CMYK
RGB Variations
Color information
#4AEDBC (or 0x4AEDBC) is known color: Turquoise. HEX triplet: 4A, ED and BC. RGB value is (74,237,188). Sum of RGB (Red+Green+Blue) = 74+237+188=499 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.83% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDBC is #B51243. Grayscale: #B6B6B6. Windows color (decimal): -11866692 or 12381514. OLE color: 12381514.
HSL color Cylindrical-coordinate representation of color #4AEDBC: hue angle of 161.96º 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 #4AEDBC is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 188 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.07 |
| HSL | 161.96º | 0.82% | 0.61% | - |
| HSV(B) | 161.96º | 0.69% | 0.93% | - |
| XYZ | 42.19 | 65.66 | 58.03 | - |
| YUV | 182.68 | 131 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 188 | 0.69 | 0 | 0.21 | 0.07 | 161.96 | 0.82 | 0.61 |
| Hex | 4A | ED | BC | 45 | 0 | 15 | 7 | A2 | 52 | 3D |
| Octal | 112 | 355 | 274 | 105 | 0 | 25 | 7 | 242 | 122 | 75 |
| Binary | 1001010 | 11101101 | 10111100 | 1000101 | 0 | 10101 | 111 | 10100010 | 1010010 | 111101 |
Color Harmonies of #4AEDBC
Complementary color
Monochromatic Colors of #4AEDBC
Black with #4AEDBC
Text Example
Text Example
White with #4AEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEDBC; }
p { color: rgb(74,237,188); }
H1.HeaderClassName
{
color: #4AEDBC;
}
.AnyTagClassName
{
color: #4AEDBC;
}
</style>
background-color css
<style>
a { background-color: #4AEDBC; }
a { background-color: rgb(74,237,188); }
div.DivClassName
{
background-color: #4AEDBC;
}
.BgClassName
{
background-color: #4AEDBC;
}
</style>
border-color css
<style>
span { border-color: #4AEDBC; }
span { border-color: rgb(74,237,188); }
td.TdClassName
{
border-color: #4AEDBC;
}
.TagClassName
{
border-color: #4AEDBC;
}
</style>