Shades of Turquoise Blue #4DE0FD
Tints of Turquoise Blue #4DE0FD
RGB
CMYK
RGB Variations
Color information
#4DE0FD (or 0x4DE0FD) is known color: Turquoise Blue. HEX triplet: 4D, E0 and FD. RGB value is (77,224,253). Sum of RGB (Red+Green+Blue) = 77+224+253=554 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.90% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DE0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DE0FD is #B21F02. Grayscale: #B7B7B7. Windows color (decimal): -11673347 or 16638029. OLE color: 16638029.
HSL color Cylindrical-coordinate representation of color #4DE0FD: hue angle of 189.89º 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 #4DE0FD is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 224 | 253 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.01 |
| HSL | 189.89º | 0.98% | 0.65% | - |
| HSV(B) | 189.89º | 0.7% | 0.99% | - |
| XYZ | 47.45 | 61.98 | 102.39 | - |
| YUV | 183.35 | 167.3 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 224 | 253 | 0.70 | 0.11 | 0 | 0.01 | 189.89 | 0.98 | 0.65 |
| Hex | 4D | E0 | FD | 46 | B | 0 | 1 | BE | 62 | 41 |
| Octal | 115 | 340 | 375 | 106 | 13 | 0 | 1 | 276 | 142 | 101 |
| Binary | 1001101 | 11100000 | 11111101 | 1000110 | 1011 | 0 | 1 | 10111110 | 1100010 | 1000001 |
Color Harmonies of #4DE0FD
Complementary color
Monochromatic Colors of #4DE0FD
Black with #4DE0FD
Text Example
Text Example
White with #4DE0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE0FD; }
p { color: rgb(77,224,253); }
H1.HeaderClassName
{
color: #4DE0FD;
}
.AnyTagClassName
{
color: #4DE0FD;
}
</style>
background-color css
<style>
a { background-color: #4DE0FD; }
a { background-color: rgb(77,224,253); }
div.DivClassName
{
background-color: #4DE0FD;
}
.BgClassName
{
background-color: #4DE0FD;
}
</style>
border-color css
<style>
span { border-color: #4DE0FD; }
span { border-color: rgb(77,224,253); }
td.TdClassName
{
border-color: #4DE0FD;
}
.TagClassName
{
border-color: #4DE0FD;
}
</style>