Shades of Turquoise Blue #4DDEEB
Tints of Turquoise Blue #4DDEEB
RGB
CMYK
RGB Variations
Color information
#4DDEEB (or 0x4DDEEB) is known color: Turquoise Blue. HEX triplet: 4D, DE and EB. RGB value is (77,222,235). Sum of RGB (Red+Green+Blue) = 77+222+235=534 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.42% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDEEB is #B22114. Grayscale: #B3B3B3. Windows color (decimal): -11673877 or 15457869. OLE color: 15457869.
HSL color Cylindrical-coordinate representation of color #4DDEEB: hue angle of 184.94º 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 #4DDEEB is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 222 | 235 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.08 |
| HSL | 184.94º | 0.8% | 0.61% | - |
| HSV(B) | 184.94º | 0.67% | 0.92% | - |
| XYZ | 44.18 | 59.82 | 87.82 | - |
| YUV | 180.13 | 158.96 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 222 | 235 | 0.67 | 0.06 | 0 | 0.08 | 184.94 | 0.8 | 0.61 |
| Hex | 4D | DE | EB | 43 | 6 | 0 | 8 | B9 | 50 | 3D |
| Octal | 115 | 336 | 353 | 103 | 6 | 0 | 10 | 271 | 120 | 75 |
| Binary | 1001101 | 11011110 | 11101011 | 1000011 | 110 | 0 | 1000 | 10111001 | 1010000 | 111101 |
Color Harmonies of #4DDEEB
Complementary color
Monochromatic Colors of #4DDEEB
Black with #4DDEEB
Text Example
Text Example
White with #4DDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDEEB; }
p { color: rgb(77,222,235); }
H1.HeaderClassName
{
color: #4DDEEB;
}
.AnyTagClassName
{
color: #4DDEEB;
}
</style>
background-color css
<style>
a { background-color: #4DDEEB; }
a { background-color: rgb(77,222,235); }
div.DivClassName
{
background-color: #4DDEEB;
}
.BgClassName
{
background-color: #4DDEEB;
}
</style>
border-color css
<style>
span { border-color: #4DDEEB; }
span { border-color: rgb(77,222,235); }
td.TdClassName
{
border-color: #4DDEEB;
}
.TagClassName
{
border-color: #4DDEEB;
}
</style>