Shades of Turquoise #4AEDCD
Tints of Turquoise #4AEDCD
RGB
CMYK
RGB Variations
Color information
#4AEDCD (or 0x4AEDCD) is known color: Turquoise. HEX triplet: 4A, ED and CD. RGB value is (74,237,205). Sum of RGB (Red+Green+Blue) = 74+237+205=516 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.34% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDCD is #B51232. Grayscale: #B8B8B8. Windows color (decimal): -11866675 or 13495626. OLE color: 13495626.
HSL color Cylindrical-coordinate representation of color #4AEDCD: hue angle of 168.22º 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 #4AEDCD is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 205 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.07 |
| HSL | 168.22º | 0.82% | 0.61% | - |
| HSV(B) | 168.22º | 0.69% | 0.93% | - |
| XYZ | 44.13 | 66.43 | 68.25 | - |
| YUV | 184.62 | 139.5 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 205 | 0.69 | 0 | 0.14 | 0.07 | 168.22 | 0.82 | 0.61 |
| Hex | 4A | ED | CD | 45 | 0 | E | 7 | A8 | 52 | 3D |
| Octal | 112 | 355 | 315 | 105 | 0 | 16 | 7 | 250 | 122 | 75 |
| Binary | 1001010 | 11101101 | 11001101 | 1000101 | 0 | 1110 | 111 | 10101000 | 1010010 | 111101 |
Color Harmonies of #4AEDCD
Complementary color
Monochromatic Colors of #4AEDCD
Black with #4AEDCD
Text Example
Text Example
White with #4AEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEDCD; }
p { color: rgb(74,237,205); }
H1.HeaderClassName
{
color: #4AEDCD;
}
.AnyTagClassName
{
color: #4AEDCD;
}
</style>
background-color css
<style>
a { background-color: #4AEDCD; }
a { background-color: rgb(74,237,205); }
div.DivClassName
{
background-color: #4AEDCD;
}
.BgClassName
{
background-color: #4AEDCD;
}
</style>
border-color css
<style>
span { border-color: #4AEDCD; }
span { border-color: rgb(74,237,205); }
td.TdClassName
{
border-color: #4AEDCD;
}
.TagClassName
{
border-color: #4AEDCD;
}
</style>