Shades of Turquoise Blue #4DCEF8
Tints of Turquoise Blue #4DCEF8
RGB
CMYK
RGB Variations
Color information
#4DCEF8 (or 0x4DCEF8) is known color: Turquoise Blue. HEX triplet: 4D, CE and F8. RGB value is (77,206,248). Sum of RGB (Red+Green+Blue) = 77+206+248=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #4DCEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCEF8 is #B23107. Grayscale: #ABABAB. Windows color (decimal): -11677960 or 16305741. OLE color: 16305741.
HSL color Cylindrical-coordinate representation of color #4DCEF8: hue angle of 194.74º degrees, saturation: 0.92, 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 #4DCEF8 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 206 | 248 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.03 |
| HSL | 194.74º | 0.92% | 0.64% | - |
| HSV(B) | 194.74º | 0.69% | 0.97% | - |
| XYZ | 42.08 | 52.5 | 96.72 | - |
| YUV | 172.22 | 170.76 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 248 | 0.69 | 0.17 | 0 | 0.03 | 194.74 | 0.92 | 0.64 |
| Hex | 4D | CE | F8 | 45 | 11 | 0 | 3 | C3 | 5C | 40 |
| Octal | 115 | 316 | 370 | 105 | 21 | 0 | 3 | 303 | 134 | 100 |
| Binary | 1001101 | 11001110 | 11111000 | 1000101 | 10001 | 0 | 11 | 11000011 | 1011100 | 1000000 |
Color Harmonies of #4DCEF8
Complementary color
Monochromatic Colors of #4DCEF8
Black with #4DCEF8
Text Example
Text Example
White with #4DCEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEF8; }
p { color: rgb(77,206,248); }
H1.HeaderClassName
{
color: #4DCEF8;
}
.AnyTagClassName
{
color: #4DCEF8;
}
</style>
background-color css
<style>
a { background-color: #4DCEF8; }
a { background-color: rgb(77,206,248); }
div.DivClassName
{
background-color: #4DCEF8;
}
.BgClassName
{
background-color: #4DCEF8;
}
</style>
border-color css
<style>
span { border-color: #4DCEF8; }
span { border-color: rgb(77,206,248); }
td.TdClassName
{
border-color: #4DCEF8;
}
.TagClassName
{
border-color: #4DCEF8;
}
</style>