Shades of Turquoise Blue #4DD2FD
Tints of Turquoise Blue #4DD2FD
RGB
CMYK
RGB Variations
Color information
#4DD2FD (or 0x4DD2FD) is known color: Turquoise Blue. HEX triplet: 4D, D2 and FD. RGB value is (77,210,253). Sum of RGB (Red+Green+Blue) = 77+210+253=540 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.26% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DD2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD2FD is #B22D02. Grayscale: #AEAEAE. Windows color (decimal): -11676931 or 16634445. OLE color: 16634445.
HSL color Cylindrical-coordinate representation of color #4DD2FD: hue angle of 194.66º 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 #4DD2FD is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 210 | 253 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.01 |
| HSL | 194.66º | 0.98% | 0.65% | - |
| HSV(B) | 194.66º | 0.7% | 0.99% | - |
| XYZ | 43.84 | 54.76 | 101.19 | - |
| YUV | 175.14 | 171.94 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 210 | 253 | 0.70 | 0.17 | 0 | 0.01 | 194.66 | 0.98 | 0.65 |
| Hex | 4D | D2 | FD | 46 | 11 | 0 | 1 | C3 | 62 | 41 |
| Octal | 115 | 322 | 375 | 106 | 21 | 0 | 1 | 303 | 142 | 101 |
| Binary | 1001101 | 11010010 | 11111101 | 1000110 | 10001 | 0 | 1 | 11000011 | 1100010 | 1000001 |
Color Harmonies of #4DD2FD
Complementary color
Monochromatic Colors of #4DD2FD
Black with #4DD2FD
Text Example
Text Example
White with #4DD2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD2FD; }
p { color: rgb(77,210,253); }
H1.HeaderClassName
{
color: #4DD2FD;
}
.AnyTagClassName
{
color: #4DD2FD;
}
</style>
background-color css
<style>
a { background-color: #4DD2FD; }
a { background-color: rgb(77,210,253); }
div.DivClassName
{
background-color: #4DD2FD;
}
.BgClassName
{
background-color: #4DD2FD;
}
</style>
border-color css
<style>
span { border-color: #4DD2FD; }
span { border-color: rgb(77,210,253); }
td.TdClassName
{
border-color: #4DD2FD;
}
.TagClassName
{
border-color: #4DD2FD;
}
</style>