Shades of Turquoise Blue #4DCEFC
Tints of Turquoise Blue #4DCEFC
RGB
CMYK
RGB Variations
Color information
#4DCEFC (or 0x4DCEFC) is known color: Turquoise Blue. HEX triplet: 4D, CE and FC. RGB value is (77,206,252). Sum of RGB (Red+Green+Blue) = 77+206+252=535 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.39% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DCEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCEFC is #B23103. Grayscale: #ACACAC. Windows color (decimal): -11677956 or 16567885. OLE color: 16567885.
HSL color Cylindrical-coordinate representation of color #4DCEFC: hue angle of 195.77º 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 #4DCEFC is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 206 | 252 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.01 |
| HSL | 195.77º | 0.97% | 0.65% | - |
| HSV(B) | 195.77º | 0.69% | 0.99% | - |
| XYZ | 42.7 | 52.75 | 100.03 | - |
| YUV | 172.67 | 172.76 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 252 | 0.69 | 0.18 | 0 | 0.01 | 195.77 | 0.97 | 0.65 |
| Hex | 4D | CE | FC | 45 | 12 | 0 | 1 | C4 | 61 | 41 |
| Octal | 115 | 316 | 374 | 105 | 22 | 0 | 1 | 304 | 141 | 101 |
| Binary | 1001101 | 11001110 | 11111100 | 1000101 | 10010 | 0 | 1 | 11000100 | 1100001 | 1000001 |
Color Harmonies of #4DCEFC
Complementary color
Monochromatic Colors of #4DCEFC
Black with #4DCEFC
Text Example
Text Example
White with #4DCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEFC; }
p { color: rgb(77,206,252); }
H1.HeaderClassName
{
color: #4DCEFC;
}
.AnyTagClassName
{
color: #4DCEFC;
}
</style>
background-color css
<style>
a { background-color: #4DCEFC; }
a { background-color: rgb(77,206,252); }
div.DivClassName
{
background-color: #4DCEFC;
}
.BgClassName
{
background-color: #4DCEFC;
}
</style>
border-color css
<style>
span { border-color: #4DCEFC; }
span { border-color: rgb(77,206,252); }
td.TdClassName
{
border-color: #4DCEFC;
}
.TagClassName
{
border-color: #4DCEFC;
}
</style>