Shades of Turquoise Blue #4DD8FC
Tints of Turquoise Blue #4DD8FC
RGB
CMYK
RGB Variations
Color information
#4DD8FC (or 0x4DD8FC) is known color: Turquoise Blue. HEX triplet: 4D, D8 and FC. RGB value is (77,216,252). Sum of RGB (Red+Green+Blue) = 77+216+252=545 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.13% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DD8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD8FC is #B22703. Grayscale: #B2B2B2. Windows color (decimal): -11675396 or 16570445. OLE color: 16570445.
HSL color Cylindrical-coordinate representation of color #4DD8FC: hue angle of 192.34º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DD8FC is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 216 | 252 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.01 |
| HSL | 192.34º | 0.97% | 0.65% | - |
| HSV(B) | 192.34º | 0.69% | 0.99% | - |
| XYZ | 45.19 | 57.72 | 100.85 | - |
| YUV | 178.54 | 169.45 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 216 | 252 | 0.69 | 0.14 | 0 | 0.01 | 192.34 | 0.97 | 0.65 |
| Hex | 4D | D8 | FC | 45 | E | 0 | 1 | C0 | 61 | 41 |
| Octal | 115 | 330 | 374 | 105 | 16 | 0 | 1 | 300 | 141 | 101 |
| Binary | 1001101 | 11011000 | 11111100 | 1000101 | 1110 | 0 | 1 | 11000000 | 1100001 | 1000001 |
Color Harmonies of #4DD8FC
Complementary color
Monochromatic Colors of #4DD8FC
Black with #4DD8FC
Text Example
Text Example
White with #4DD8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD8FC; }
p { color: rgb(77,216,252); }
H1.HeaderClassName
{
color: #4DD8FC;
}
.AnyTagClassName
{
color: #4DD8FC;
}
</style>
background-color css
<style>
a { background-color: #4DD8FC; }
a { background-color: rgb(77,216,252); }
div.DivClassName
{
background-color: #4DD8FC;
}
.BgClassName
{
background-color: #4DD8FC;
}
</style>
border-color css
<style>
span { border-color: #4DD8FC; }
span { border-color: rgb(77,216,252); }
td.TdClassName
{
border-color: #4DD8FC;
}
.TagClassName
{
border-color: #4DD8FC;
}
</style>