Shades of Turquoise Blue #4DDFFC
Tints of Turquoise Blue #4DDFFC
RGB
CMYK
RGB Variations
Color information
#4DDFFC (or 0x4DDFFC) is known color: Turquoise Blue. HEX triplet: 4D, DF and FC. RGB value is (77,223,252). Sum of RGB (Red+Green+Blue) = 77+223+252=552 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.95% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DDFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFFC is #B22003. Grayscale: #B6B6B6. Windows color (decimal): -11673604 or 16572237. OLE color: 16572237.
HSL color Cylindrical-coordinate representation of color #4DDFFC: hue angle of 189.94º 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 #4DDFFC is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 223 | 252 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.01 |
| HSL | 189.94º | 0.97% | 0.65% | - |
| HSV(B) | 189.94º | 0.69% | 0.99% | - |
| XYZ | 47.02 | 61.38 | 101.47 | - |
| YUV | 182.65 | 167.13 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 252 | 0.69 | 0.12 | 0 | 0.01 | 189.94 | 0.97 | 0.65 |
| Hex | 4D | DF | FC | 45 | C | 0 | 1 | BE | 61 | 41 |
| Octal | 115 | 337 | 374 | 105 | 14 | 0 | 1 | 276 | 141 | 101 |
| Binary | 1001101 | 11011111 | 11111100 | 1000101 | 1100 | 0 | 1 | 10111110 | 1100001 | 1000001 |
Color Harmonies of #4DDFFC
Complementary color
Monochromatic Colors of #4DDFFC
Black with #4DDFFC
Text Example
Text Example
White with #4DDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDFFC; }
p { color: rgb(77,223,252); }
H1.HeaderClassName
{
color: #4DDFFC;
}
.AnyTagClassName
{
color: #4DDFFC;
}
</style>
background-color css
<style>
a { background-color: #4DDFFC; }
a { background-color: rgb(77,223,252); }
div.DivClassName
{
background-color: #4DDFFC;
}
.BgClassName
{
background-color: #4DDFFC;
}
</style>
border-color css
<style>
span { border-color: #4DDFFC; }
span { border-color: rgb(77,223,252); }
td.TdClassName
{
border-color: #4DDFFC;
}
.TagClassName
{
border-color: #4DDFFC;
}
</style>