Shades of Turquoise #4DF8E2
Tints of Turquoise #4DF8E2
RGB
CMYK
RGB Variations
Color information
#4DF8E2 (or 0x4DF8E2) is known color: Turquoise. HEX triplet: 4D, F8 and E2. RGB value is (77,248,226). Sum of RGB (Red+Green+Blue) = 77+248+226=551 (72% of max value = 765). Red value is 77 (30.47% from 255 or 13.97% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF8E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF8E2 is #B2071D. Grayscale: #C2C2C2. Windows color (decimal): -11667230 or 14874701. OLE color: 14874701.
HSL color Cylindrical-coordinate representation of color #4DF8E2: hue angle of 172.28º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF8E2 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 248 | 226 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.03 |
| HSL | 172.28º | 0.92% | 0.64% | - |
| HSV(B) | 172.28º | 0.69% | 0.97% | - |
| XYZ | 50.36 | 74.2 | 83.62 | - |
| YUV | 194.36 | 145.85 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 248 | 226 | 0.69 | 0 | 0.09 | 0.03 | 172.28 | 0.92 | 0.64 |
| Hex | 4D | F8 | E2 | 45 | 0 | 9 | 3 | AC | 5C | 40 |
| Octal | 115 | 370 | 342 | 105 | 0 | 11 | 3 | 254 | 134 | 100 |
| Binary | 1001101 | 11111000 | 11100010 | 1000101 | 0 | 1001 | 11 | 10101100 | 1011100 | 1000000 |
Color Harmonies of #4DF8E2
Complementary color
Monochromatic Colors of #4DF8E2
Black with #4DF8E2
Text Example
Text Example
White with #4DF8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF8E2; }
p { color: rgb(77,248,226); }
H1.HeaderClassName
{
color: #4DF8E2;
}
.AnyTagClassName
{
color: #4DF8E2;
}
</style>
background-color css
<style>
a { background-color: #4DF8E2; }
a { background-color: rgb(77,248,226); }
div.DivClassName
{
background-color: #4DF8E2;
}
.BgClassName
{
background-color: #4DF8E2;
}
</style>
border-color css
<style>
span { border-color: #4DF8E2; }
span { border-color: rgb(77,248,226); }
td.TdClassName
{
border-color: #4DF8E2;
}
.TagClassName
{
border-color: #4DF8E2;
}
</style>