Shades of Turquoise Blue #4DD3FD
Tints of Turquoise Blue #4DD3FD
RGB
CMYK
RGB Variations
Color information
#4DD3FD (or 0x4DD3FD) is known color: Turquoise Blue. HEX triplet: 4D, D3 and FD. RGB value is (77,211,253). Sum of RGB (Red+Green+Blue) = 77+211+253=541 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.23% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DD3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD3FD is #B22C02. Grayscale: #AFAFAF. Windows color (decimal): -11676675 or 16634701. OLE color: 16634701.
HSL color Cylindrical-coordinate representation of color #4DD3FD: hue angle of 194.32º 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 #4DD3FD is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 211 | 253 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.01 |
| HSL | 194.32º | 0.98% | 0.65% | - |
| HSV(B) | 194.32º | 0.7% | 0.99% | - |
| XYZ | 44.08 | 55.26 | 101.27 | - |
| YUV | 175.72 | 171.61 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 211 | 253 | 0.70 | 0.17 | 0 | 0.01 | 194.32 | 0.98 | 0.65 |
| Hex | 4D | D3 | FD | 46 | 11 | 0 | 1 | C2 | 62 | 41 |
| Octal | 115 | 323 | 375 | 106 | 21 | 0 | 1 | 302 | 142 | 101 |
| Binary | 1001101 | 11010011 | 11111101 | 1000110 | 10001 | 0 | 1 | 11000010 | 1100010 | 1000001 |
Color Harmonies of #4DD3FD
Complementary color
Monochromatic Colors of #4DD3FD
Black with #4DD3FD
Text Example
Text Example
White with #4DD3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD3FD; }
p { color: rgb(77,211,253); }
H1.HeaderClassName
{
color: #4DD3FD;
}
.AnyTagClassName
{
color: #4DD3FD;
}
</style>
background-color css
<style>
a { background-color: #4DD3FD; }
a { background-color: rgb(77,211,253); }
div.DivClassName
{
background-color: #4DD3FD;
}
.BgClassName
{
background-color: #4DD3FD;
}
</style>
border-color css
<style>
span { border-color: #4DD3FD; }
span { border-color: rgb(77,211,253); }
td.TdClassName
{
border-color: #4DD3FD;
}
.TagClassName
{
border-color: #4DD3FD;
}
</style>