Shades of Turquoise #4DF8EA
Tints of Turquoise #4DF8EA
RGB
CMYK
RGB Variations
Color information
#4DF8EA (or 0x4DF8EA) is known color: Turquoise. HEX triplet: 4D, F8 and EA. RGB value is (77,248,234). Sum of RGB (Red+Green+Blue) = 77+248+234=559 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.77% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF8EA is #B20715. Grayscale: #C3C3C3. Windows color (decimal): -11667222 or 15398989. OLE color: 15398989.
HSL color Cylindrical-coordinate representation of color #4DF8EA: hue angle of 175.09º 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 #4DF8EA is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 248 | 234 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.03 |
| HSL | 175.09º | 0.92% | 0.64% | - |
| HSV(B) | 175.09º | 0.69% | 0.97% | - |
| XYZ | 51.48 | 74.65 | 89.54 | - |
| YUV | 195.28 | 149.85 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 248 | 234 | 0.69 | 0 | 0.06 | 0.03 | 175.09 | 0.92 | 0.64 |
| Hex | 4D | F8 | EA | 45 | 0 | 6 | 3 | AF | 5C | 40 |
| Octal | 115 | 370 | 352 | 105 | 0 | 6 | 3 | 257 | 134 | 100 |
| Binary | 1001101 | 11111000 | 11101010 | 1000101 | 0 | 110 | 11 | 10101111 | 1011100 | 1000000 |
Color Harmonies of #4DF8EA
Complementary color
Monochromatic Colors of #4DF8EA
Black with #4DF8EA
Text Example
Text Example
White with #4DF8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF8EA; }
p { color: rgb(77,248,234); }
H1.HeaderClassName
{
color: #4DF8EA;
}
.AnyTagClassName
{
color: #4DF8EA;
}
</style>
background-color css
<style>
a { background-color: #4DF8EA; }
a { background-color: rgb(77,248,234); }
div.DivClassName
{
background-color: #4DF8EA;
}
.BgClassName
{
background-color: #4DF8EA;
}
</style>
border-color css
<style>
span { border-color: #4DF8EA; }
span { border-color: rgb(77,248,234); }
td.TdClassName
{
border-color: #4DF8EA;
}
.TagClassName
{
border-color: #4DF8EA;
}
</style>