Shades of Turquoise Blue #4DDFEB
Tints of Turquoise Blue #4DDFEB
RGB
CMYK
RGB Variations
Color information
#4DDFEB (or 0x4DDFEB) is known color: Turquoise Blue. HEX triplet: 4D, DF and EB. RGB value is (77,223,235). Sum of RGB (Red+Green+Blue) = 77+223+235=535 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.39% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DDFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFEB is #B22014. Grayscale: #B4B4B4. Windows color (decimal): -11673621 or 15458125. OLE color: 15458125.
HSL color Cylindrical-coordinate representation of color #4DDFEB: hue angle of 184.56º 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 #4DDFEB is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 223 | 235 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.08 |
| HSL | 184.56º | 0.8% | 0.61% | - |
| HSV(B) | 184.56º | 0.67% | 0.92% | - |
| XYZ | 44.44 | 60.35 | 87.9 | - |
| YUV | 180.71 | 158.63 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 235 | 0.67 | 0.05 | 0 | 0.08 | 184.56 | 0.8 | 0.61 |
| Hex | 4D | DF | EB | 43 | 5 | 0 | 8 | B9 | 50 | 3D |
| Octal | 115 | 337 | 353 | 103 | 5 | 0 | 10 | 271 | 120 | 75 |
| Binary | 1001101 | 11011111 | 11101011 | 1000011 | 101 | 0 | 1000 | 10111001 | 1010000 | 111101 |
Color Harmonies of #4DDFEB
Complementary color
Monochromatic Colors of #4DDFEB
Black with #4DDFEB
Text Example
Text Example
White with #4DDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDFEB; }
p { color: rgb(77,223,235); }
H1.HeaderClassName
{
color: #4DDFEB;
}
.AnyTagClassName
{
color: #4DDFEB;
}
</style>
background-color css
<style>
a { background-color: #4DDFEB; }
a { background-color: rgb(77,223,235); }
div.DivClassName
{
background-color: #4DDFEB;
}
.BgClassName
{
background-color: #4DDFEB;
}
</style>
border-color css
<style>
span { border-color: #4DDFEB; }
span { border-color: rgb(77,223,235); }
td.TdClassName
{
border-color: #4DDFEB;
}
.TagClassName
{
border-color: #4DDFEB;
}
</style>