Shades of Turquoise Blue #4DDEFC
Tints of Turquoise Blue #4DDEFC
RGB
CMYK
RGB Variations
Color information
#4DDEFC (or 0x4DDEFC) is known color: Turquoise Blue. HEX triplet: 4D, DE and FC. RGB value is (77,222,252). Sum of RGB (Red+Green+Blue) = 77+222+252=551 (72% of max value = 765). Red value is 77 (30.47% from 255 or 13.97% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DDEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDEFC is #B22103. Grayscale: #B5B5B5. Windows color (decimal): -11673860 or 16571981. OLE color: 16571981.
HSL color Cylindrical-coordinate representation of color #4DDEFC: hue angle of 190.29º 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 #4DDEFC is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 222 | 252 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.01 |
| HSL | 190.29º | 0.97% | 0.65% | - |
| HSV(B) | 190.29º | 0.69% | 0.99% | - |
| XYZ | 46.75 | 60.85 | 101.38 | - |
| YUV | 182.07 | 167.46 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 222 | 252 | 0.69 | 0.12 | 0 | 0.01 | 190.29 | 0.97 | 0.65 |
| Hex | 4D | DE | FC | 45 | C | 0 | 1 | BE | 61 | 41 |
| Octal | 115 | 336 | 374 | 105 | 14 | 0 | 1 | 276 | 141 | 101 |
| Binary | 1001101 | 11011110 | 11111100 | 1000101 | 1100 | 0 | 1 | 10111110 | 1100001 | 1000001 |
Color Harmonies of #4DDEFC
Complementary color
Monochromatic Colors of #4DDEFC
Black with #4DDEFC
Text Example
Text Example
White with #4DDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDEFC; }
p { color: rgb(77,222,252); }
H1.HeaderClassName
{
color: #4DDEFC;
}
.AnyTagClassName
{
color: #4DDEFC;
}
</style>
background-color css
<style>
a { background-color: #4DDEFC; }
a { background-color: rgb(77,222,252); }
div.DivClassName
{
background-color: #4DDEFC;
}
.BgClassName
{
background-color: #4DDEFC;
}
</style>
border-color css
<style>
span { border-color: #4DDEFC; }
span { border-color: rgb(77,222,252); }
td.TdClassName
{
border-color: #4DDEFC;
}
.TagClassName
{
border-color: #4DDEFC;
}
</style>