Shades of Turquoise Blue #4DD7FB
Tints of Turquoise Blue #4DD7FB
RGB
CMYK
RGB Variations
Color information
#4DD7FB (or 0x4DD7FB) is known color: Turquoise Blue. HEX triplet: 4D, D7 and FB. RGB value is (77,215,251). Sum of RGB (Red+Green+Blue) = 77+215+251=543 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.18% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DD7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD7FB is #B22804. Grayscale: #B1B1B1. Windows color (decimal): -11675653 or 16504653. OLE color: 16504653.
HSL color Cylindrical-coordinate representation of color #4DD7FB: hue angle of 192.41º degrees, saturation: 0.96, 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 #4DD7FB is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 215 | 251 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.02 |
| HSL | 192.41º | 0.96% | 0.64% | - |
| HSV(B) | 192.41º | 0.69% | 0.98% | - |
| XYZ | 44.77 | 57.14 | 99.94 | - |
| YUV | 177.84 | 169.28 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 215 | 251 | 0.69 | 0.14 | 0 | 0.02 | 192.41 | 0.96 | 0.64 |
| Hex | 4D | D7 | FB | 45 | E | 0 | 2 | C0 | 60 | 40 |
| Octal | 115 | 327 | 373 | 105 | 16 | 0 | 2 | 300 | 140 | 100 |
| Binary | 1001101 | 11010111 | 11111011 | 1000101 | 1110 | 0 | 10 | 11000000 | 1100000 | 1000000 |
Color Harmonies of #4DD7FB
Complementary color
Monochromatic Colors of #4DD7FB
Black with #4DD7FB
Text Example
Text Example
White with #4DD7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD7FB; }
p { color: rgb(77,215,251); }
H1.HeaderClassName
{
color: #4DD7FB;
}
.AnyTagClassName
{
color: #4DD7FB;
}
</style>
background-color css
<style>
a { background-color: #4DD7FB; }
a { background-color: rgb(77,215,251); }
div.DivClassName
{
background-color: #4DD7FB;
}
.BgClassName
{
background-color: #4DD7FB;
}
</style>
border-color css
<style>
span { border-color: #4DD7FB; }
span { border-color: rgb(77,215,251); }
td.TdClassName
{
border-color: #4DD7FB;
}
.TagClassName
{
border-color: #4DD7FB;
}
</style>