Shades of Turquoise Blue #4DCEEB
Tints of Turquoise Blue #4DCEEB
RGB
CMYK
RGB Variations
Color information
#4DCEEB (or 0x4DCEEB) is known color: Turquoise Blue. HEX triplet: 4D, CE and EB. RGB value is (77,206,235). Sum of RGB (Red+Green+Blue) = 77+206+235=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DCEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCEEB is #B23114. Grayscale: #AAAAAA. Windows color (decimal): -11677973 or 15453773. OLE color: 15453773.
HSL color Cylindrical-coordinate representation of color #4DCEEB: hue angle of 191.01º 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 #4DCEEB is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 206 | 235 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.08 |
| HSL | 191.01º | 0.8% | 0.61% | - |
| HSV(B) | 191.01º | 0.67% | 0.92% | - |
| XYZ | 40.13 | 51.72 | 86.47 | - |
| YUV | 170.74 | 164.26 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 235 | 0.67 | 0.12 | 0 | 0.08 | 191.01 | 0.8 | 0.61 |
| Hex | 4D | CE | EB | 43 | C | 0 | 8 | BF | 50 | 3D |
| Octal | 115 | 316 | 353 | 103 | 14 | 0 | 10 | 277 | 120 | 75 |
| Binary | 1001101 | 11001110 | 11101011 | 1000011 | 1100 | 0 | 1000 | 10111111 | 1010000 | 111101 |
Color Harmonies of #4DCEEB
Complementary color
Monochromatic Colors of #4DCEEB
Black with #4DCEEB
Text Example
Text Example
White with #4DCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEEB; }
p { color: rgb(77,206,235); }
H1.HeaderClassName
{
color: #4DCEEB;
}
.AnyTagClassName
{
color: #4DCEEB;
}
</style>
background-color css
<style>
a { background-color: #4DCEEB; }
a { background-color: rgb(77,206,235); }
div.DivClassName
{
background-color: #4DCEEB;
}
.BgClassName
{
background-color: #4DCEEB;
}
</style>
border-color css
<style>
span { border-color: #4DCEEB; }
span { border-color: rgb(77,206,235); }
td.TdClassName
{
border-color: #4DCEEB;
}
.TagClassName
{
border-color: #4DCEEB;
}
</style>