Shades of Turquoise Blue #4DCEF7
Tints of Turquoise Blue #4DCEF7
RGB
CMYK
RGB Variations
Color information
#4DCEF7 (or 0x4DCEF7) is known color: Turquoise Blue. HEX triplet: 4D, CE and F7. RGB value is (77,206,247). Sum of RGB (Red+Green+Blue) = 77+206+247=530 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.53% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #4DCEF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCEF7 is #B23108. Grayscale: #ABABAB. Windows color (decimal): -11677961 or 16240205. OLE color: 16240205.
HSL color Cylindrical-coordinate representation of color #4DCEF7: hue angle of 194.47º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DCEF7 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 206 | 247 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.03 |
| HSL | 194.47º | 0.91% | 0.64% | - |
| HSV(B) | 194.47º | 0.69% | 0.97% | - |
| XYZ | 41.92 | 52.44 | 95.91 | - |
| YUV | 172.1 | 170.26 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 247 | 0.69 | 0.17 | 0 | 0.03 | 194.47 | 0.91 | 0.64 |
| Hex | 4D | CE | F7 | 45 | 11 | 0 | 3 | C2 | 5B | 40 |
| Octal | 115 | 316 | 367 | 105 | 21 | 0 | 3 | 302 | 133 | 100 |
| Binary | 1001101 | 11001110 | 11110111 | 1000101 | 10001 | 0 | 11 | 11000010 | 1011011 | 1000000 |
Color Harmonies of #4DCEF7
Complementary color
Monochromatic Colors of #4DCEF7
Black with #4DCEF7
Text Example
Text Example
White with #4DCEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEF7; }
p { color: rgb(77,206,247); }
H1.HeaderClassName
{
color: #4DCEF7;
}
.AnyTagClassName
{
color: #4DCEF7;
}
</style>
background-color css
<style>
a { background-color: #4DCEF7; }
a { background-color: rgb(77,206,247); }
div.DivClassName
{
background-color: #4DCEF7;
}
.BgClassName
{
background-color: #4DCEF7;
}
</style>
border-color css
<style>
span { border-color: #4DCEF7; }
span { border-color: rgb(77,206,247); }
td.TdClassName
{
border-color: #4DCEF7;
}
.TagClassName
{
border-color: #4DCEF7;
}
</style>