Shades of Turquoise Blue #4DD3FB
Tints of Turquoise Blue #4DD3FB
RGB
CMYK
RGB Variations
Color information
#4DD3FB (or 0x4DD3FB) is known color: Turquoise Blue. HEX triplet: 4D, D3 and FB. RGB value is (77,211,251). Sum of RGB (Red+Green+Blue) = 77+211+251=539 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.29% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DD3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD3FB is #B22C04. Grayscale: #AFAFAF. Windows color (decimal): -11676677 or 16503629. OLE color: 16503629.
HSL color Cylindrical-coordinate representation of color #4DD3FB: hue angle of 193.79º 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 #4DD3FB is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 211 | 251 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.02 |
| HSL | 193.79º | 0.96% | 0.64% | - |
| HSV(B) | 193.79º | 0.69% | 0.98% | - |
| XYZ | 43.77 | 55.13 | 99.6 | - |
| YUV | 175.49 | 170.61 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 211 | 251 | 0.69 | 0.16 | 0 | 0.02 | 193.79 | 0.96 | 0.64 |
| Hex | 4D | D3 | FB | 45 | 10 | 0 | 2 | C2 | 60 | 40 |
| Octal | 115 | 323 | 373 | 105 | 20 | 0 | 2 | 302 | 140 | 100 |
| Binary | 1001101 | 11010011 | 11111011 | 1000101 | 10000 | 0 | 10 | 11000010 | 1100000 | 1000000 |
Color Harmonies of #4DD3FB
Complementary color
Monochromatic Colors of #4DD3FB
Black with #4DD3FB
Text Example
Text Example
White with #4DD3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD3FB; }
p { color: rgb(77,211,251); }
H1.HeaderClassName
{
color: #4DD3FB;
}
.AnyTagClassName
{
color: #4DD3FB;
}
</style>
background-color css
<style>
a { background-color: #4DD3FB; }
a { background-color: rgb(77,211,251); }
div.DivClassName
{
background-color: #4DD3FB;
}
.BgClassName
{
background-color: #4DD3FB;
}
</style>
border-color css
<style>
span { border-color: #4DD3FB; }
span { border-color: rgb(77,211,251); }
td.TdClassName
{
border-color: #4DD3FB;
}
.TagClassName
{
border-color: #4DD3FB;
}
</style>