Shades of Turquoise Blue #4DE1FD
Tints of Turquoise Blue #4DE1FD
RGB
CMYK
RGB Variations
Color information
#4DE1FD (or 0x4DE1FD) is known color: Turquoise Blue. HEX triplet: 4D, E1 and FD. RGB value is (77,225,253). Sum of RGB (Red+Green+Blue) = 77+225+253=555 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.87% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DE1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DE1FD is #B21E02. Grayscale: #B7B7B7. Windows color (decimal): -11673091 or 16638285. OLE color: 16638285.
HSL color Cylindrical-coordinate representation of color #4DE1FD: hue angle of 189.55º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DE1FD is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 225 | 253 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.01 |
| HSL | 189.55º | 0.98% | 0.65% | - |
| HSV(B) | 189.55º | 0.7% | 0.99% | - |
| XYZ | 47.72 | 62.52 | 102.48 | - |
| YUV | 183.94 | 166.97 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 225 | 253 | 0.70 | 0.11 | 0 | 0.01 | 189.55 | 0.98 | 0.65 |
| Hex | 4D | E1 | FD | 46 | B | 0 | 1 | BE | 62 | 41 |
| Octal | 115 | 341 | 375 | 106 | 13 | 0 | 1 | 276 | 142 | 101 |
| Binary | 1001101 | 11100001 | 11111101 | 1000110 | 1011 | 0 | 1 | 10111110 | 1100010 | 1000001 |
Color Harmonies of #4DE1FD
Complementary color
Monochromatic Colors of #4DE1FD
Black with #4DE1FD
Text Example
Text Example
White with #4DE1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE1FD; }
p { color: rgb(77,225,253); }
H1.HeaderClassName
{
color: #4DE1FD;
}
.AnyTagClassName
{
color: #4DE1FD;
}
</style>
background-color css
<style>
a { background-color: #4DE1FD; }
a { background-color: rgb(77,225,253); }
div.DivClassName
{
background-color: #4DE1FD;
}
.BgClassName
{
background-color: #4DE1FD;
}
</style>
border-color css
<style>
span { border-color: #4DE1FD; }
span { border-color: rgb(77,225,253); }
td.TdClassName
{
border-color: #4DE1FD;
}
.TagClassName
{
border-color: #4DE1FD;
}
</style>