Shades of Turquoise Blue #4DD2F9
Tints of Turquoise Blue #4DD2F9
RGB
CMYK
RGB Variations
Color information
#4DD2F9 (or 0x4DD2F9) is known color: Turquoise Blue. HEX triplet: 4D, D2 and F9. RGB value is (77,210,249). Sum of RGB (Red+Green+Blue) = 77+210+249=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #4DD2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD2F9 is #B22D06. Grayscale: #AEAEAE. Windows color (decimal): -11676935 or 16372301. OLE color: 16372301.
HSL color Cylindrical-coordinate representation of color #4DD2F9: hue angle of 193.6º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DD2F9 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 210 | 249 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.02 |
| HSL | 193.6º | 0.93% | 0.64% | - |
| HSV(B) | 193.6º | 0.69% | 0.98% | - |
| XYZ | 43.21 | 54.51 | 97.87 | - |
| YUV | 174.68 | 169.94 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 210 | 249 | 0.69 | 0.16 | 0 | 0.02 | 193.6 | 0.93 | 0.64 |
| Hex | 4D | D2 | F9 | 45 | 10 | 0 | 2 | C2 | 5D | 40 |
| Octal | 115 | 322 | 371 | 105 | 20 | 0 | 2 | 302 | 135 | 100 |
| Binary | 1001101 | 11010010 | 11111001 | 1000101 | 10000 | 0 | 10 | 11000010 | 1011101 | 1000000 |
Color Harmonies of #4DD2F9
Complementary color
Monochromatic Colors of #4DD2F9
Black with #4DD2F9
Text Example
Text Example
White with #4DD2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD2F9; }
p { color: rgb(77,210,249); }
H1.HeaderClassName
{
color: #4DD2F9;
}
.AnyTagClassName
{
color: #4DD2F9;
}
</style>
background-color css
<style>
a { background-color: #4DD2F9; }
a { background-color: rgb(77,210,249); }
div.DivClassName
{
background-color: #4DD2F9;
}
.BgClassName
{
background-color: #4DD2F9;
}
</style>
border-color css
<style>
span { border-color: #4DD2F9; }
span { border-color: rgb(77,210,249); }
td.TdClassName
{
border-color: #4DD2F9;
}
.TagClassName
{
border-color: #4DD2F9;
}
</style>