Shades of Turquoise Blue #4DCFEB
Tints of Turquoise Blue #4DCFEB
RGB
CMYK
RGB Variations
Color information
#4DCFEB (or 0x4DCFEB) is known color: Turquoise Blue. HEX triplet: 4D, CF and EB. RGB value is (77,207,235). Sum of RGB (Red+Green+Blue) = 77+207+235=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DCFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCFEB is #B23014. Grayscale: #ABABAB. Windows color (decimal): -11677717 or 15454029. OLE color: 15454029.
HSL color Cylindrical-coordinate representation of color #4DCFEB: hue angle of 190.63º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DCFEB is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 207 | 235 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.08 |
| HSL | 190.63º | 0.8% | 0.61% | - |
| HSV(B) | 190.63º | 0.67% | 0.92% | - |
| XYZ | 40.37 | 52.2 | 86.55 | - |
| YUV | 171.32 | 163.93 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 235 | 0.67 | 0.12 | 0 | 0.08 | 190.63 | 0.8 | 0.61 |
| Hex | 4D | CF | EB | 43 | C | 0 | 8 | BF | 50 | 3D |
| Octal | 115 | 317 | 353 | 103 | 14 | 0 | 10 | 277 | 120 | 75 |
| Binary | 1001101 | 11001111 | 11101011 | 1000011 | 1100 | 0 | 1000 | 10111111 | 1010000 | 111101 |
Color Harmonies of #4DCFEB
Complementary color
Monochromatic Colors of #4DCFEB
Black with #4DCFEB
Text Example
Text Example
White with #4DCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFEB; }
p { color: rgb(77,207,235); }
H1.HeaderClassName
{
color: #4DCFEB;
}
.AnyTagClassName
{
color: #4DCFEB;
}
</style>
background-color css
<style>
a { background-color: #4DCFEB; }
a { background-color: rgb(77,207,235); }
div.DivClassName
{
background-color: #4DCFEB;
}
.BgClassName
{
background-color: #4DCFEB;
}
</style>
border-color css
<style>
span { border-color: #4DCFEB; }
span { border-color: rgb(77,207,235); }
td.TdClassName
{
border-color: #4DCFEB;
}
.TagClassName
{
border-color: #4DCFEB;
}
</style>