Shades of Turquoise #4AEFDB
Tints of Turquoise #4AEFDB
RGB
CMYK
RGB Variations
Color information
#4AEFDB (or 0x4AEFDB) is known color: Turquoise. HEX triplet: 4A, EF and DB. RGB value is (74,239,219). Sum of RGB (Red+Green+Blue) = 74+239+219=532 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.91% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEFDB is #B51024. Grayscale: #BBBBBB. Windows color (decimal): -11866149 or 14413642. OLE color: 14413642.
HSL color Cylindrical-coordinate representation of color #4AEFDB: hue angle of 172.73º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEFDB is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 239 | 219 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.06 |
| HSL | 172.73º | 0.84% | 0.61% | - |
| HSV(B) | 172.73º | 0.69% | 0.94% | - |
| XYZ | 46.48 | 68.3 | 77.75 | - |
| YUV | 187.39 | 145.84 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 239 | 219 | 0.69 | 0 | 0.08 | 0.06 | 172.73 | 0.84 | 0.61 |
| Hex | 4A | EF | DB | 45 | 0 | 8 | 6 | AD | 54 | 3D |
| Octal | 112 | 357 | 333 | 105 | 0 | 10 | 6 | 255 | 124 | 75 |
| Binary | 1001010 | 11101111 | 11011011 | 1000101 | 0 | 1000 | 110 | 10101101 | 1010100 | 111101 |
Color Harmonies of #4AEFDB
Complementary color
Monochromatic Colors of #4AEFDB
Black with #4AEFDB
Text Example
Text Example
White with #4AEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEFDB; }
p { color: rgb(74,239,219); }
H1.HeaderClassName
{
color: #4AEFDB;
}
.AnyTagClassName
{
color: #4AEFDB;
}
</style>
background-color css
<style>
a { background-color: #4AEFDB; }
a { background-color: rgb(74,239,219); }
div.DivClassName
{
background-color: #4AEFDB;
}
.BgClassName
{
background-color: #4AEFDB;
}
</style>
border-color css
<style>
span { border-color: #4AEFDB; }
span { border-color: rgb(74,239,219); }
td.TdClassName
{
border-color: #4AEFDB;
}
.TagClassName
{
border-color: #4AEFDB;
}
</style>