Shades of Turquoise #4AEDCF
Tints of Turquoise #4AEDCF
RGB
CMYK
RGB Variations
Color information
#4AEDCF (or 0x4AEDCF) is known color: Turquoise. HEX triplet: 4A, ED and CF. RGB value is (74,237,207). Sum of RGB (Red+Green+Blue) = 74+237+207=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDCF is #B51230. Grayscale: #B8B8B8. Windows color (decimal): -11866673 or 13626698. OLE color: 13626698.
HSL color Cylindrical-coordinate representation of color #4AEDCF: hue angle of 168.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 #4AEDCF is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 207 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.07 |
| HSL | 168.96º | 0.82% | 0.61% | - |
| HSV(B) | 168.96º | 0.69% | 0.93% | - |
| XYZ | 44.37 | 66.53 | 69.53 | - |
| YUV | 184.84 | 140.5 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 207 | 0.69 | 0 | 0.13 | 0.07 | 168.96 | 0.82 | 0.61 |
| Hex | 4A | ED | CF | 45 | 0 | D | 7 | A9 | 52 | 3D |
| Octal | 112 | 355 | 317 | 105 | 0 | 15 | 7 | 251 | 122 | 75 |
| Binary | 1001010 | 11101101 | 11001111 | 1000101 | 0 | 1101 | 111 | 10101001 | 1010010 | 111101 |
Color Harmonies of #4AEDCF
Complementary color
Monochromatic Colors of #4AEDCF
Black with #4AEDCF
Text Example
Text Example
White with #4AEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEDCF; }
p { color: rgb(74,237,207); }
H1.HeaderClassName
{
color: #4AEDCF;
}
.AnyTagClassName
{
color: #4AEDCF;
}
</style>
background-color css
<style>
a { background-color: #4AEDCF; }
a { background-color: rgb(74,237,207); }
div.DivClassName
{
background-color: #4AEDCF;
}
.BgClassName
{
background-color: #4AEDCF;
}
</style>
border-color css
<style>
span { border-color: #4AEDCF; }
span { border-color: rgb(74,237,207); }
td.TdClassName
{
border-color: #4AEDCF;
}
.TagClassName
{
border-color: #4AEDCF;
}
</style>