Shades of Turquoise Blue #4DCEFB
Tints of Turquoise Blue #4DCEFB
RGB
CMYK
RGB Variations
Color information
#4DCEFB (or 0x4DCEFB) is known color: Turquoise Blue. HEX triplet: 4D, CE and FB. RGB value is (77,206,251). Sum of RGB (Red+Green+Blue) = 77+206+251=534 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.42% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DCEFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCEFB is #B23104. Grayscale: #ACACAC. Windows color (decimal): -11677957 or 16502349. OLE color: 16502349.
HSL color Cylindrical-coordinate representation of color #4DCEFB: hue angle of 195.52º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DCEFB is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 206 | 251 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.02 |
| HSL | 195.52º | 0.96% | 0.64% | - |
| HSV(B) | 195.52º | 0.69% | 0.98% | - |
| XYZ | 42.54 | 52.69 | 99.19 | - |
| YUV | 172.56 | 172.26 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 251 | 0.69 | 0.18 | 0 | 0.02 | 195.52 | 0.96 | 0.64 |
| Hex | 4D | CE | FB | 45 | 12 | 0 | 2 | C4 | 60 | 40 |
| Octal | 115 | 316 | 373 | 105 | 22 | 0 | 2 | 304 | 140 | 100 |
| Binary | 1001101 | 11001110 | 11111011 | 1000101 | 10010 | 0 | 10 | 11000100 | 1100000 | 1000000 |
Color Harmonies of #4DCEFB
Complementary color
Monochromatic Colors of #4DCEFB
Black with #4DCEFB
Text Example
Text Example
White with #4DCEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEFB; }
p { color: rgb(77,206,251); }
H1.HeaderClassName
{
color: #4DCEFB;
}
.AnyTagClassName
{
color: #4DCEFB;
}
</style>
background-color css
<style>
a { background-color: #4DCEFB; }
a { background-color: rgb(77,206,251); }
div.DivClassName
{
background-color: #4DCEFB;
}
.BgClassName
{
background-color: #4DCEFB;
}
</style>
border-color css
<style>
span { border-color: #4DCEFB; }
span { border-color: rgb(77,206,251); }
td.TdClassName
{
border-color: #4DCEFB;
}
.TagClassName
{
border-color: #4DCEFB;
}
</style>