Shades of Turquoise Blue #4DCDEF
Tints of Turquoise Blue #4DCDEF
RGB
CMYK
RGB Variations
Color information
#4DCDEF (or 0x4DCDEF) is known color: Turquoise Blue. HEX triplet: 4D, CD and EF. RGB value is (77,205,239). Sum of RGB (Red+Green+Blue) = 77+205+239=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DCDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCDEF is #B23210. Grayscale: #AAAAAA. Windows color (decimal): -11678225 or 15715661. OLE color: 15715661.
HSL color Cylindrical-coordinate representation of color #4DCDEF: hue angle of 192.59º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DCDEF is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 205 | 239 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.06 |
| HSL | 192.59º | 0.84% | 0.62% | - |
| HSV(B) | 192.59º | 0.68% | 0.94% | - |
| XYZ | 40.47 | 51.47 | 89.46 | - |
| YUV | 170.6 | 166.59 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 239 | 0.68 | 0.14 | 0 | 0.06 | 192.59 | 0.84 | 0.62 |
| Hex | 4D | CD | EF | 44 | E | 0 | 6 | C1 | 54 | 3E |
| Octal | 115 | 315 | 357 | 104 | 16 | 0 | 6 | 301 | 124 | 76 |
| Binary | 1001101 | 11001101 | 11101111 | 1000100 | 1110 | 0 | 110 | 11000001 | 1010100 | 111110 |
Color Harmonies of #4DCDEF
Complementary color
Monochromatic Colors of #4DCDEF
Black with #4DCDEF
Text Example
Text Example
White with #4DCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDEF; }
p { color: rgb(77,205,239); }
H1.HeaderClassName
{
color: #4DCDEF;
}
.AnyTagClassName
{
color: #4DCDEF;
}
</style>
background-color css
<style>
a { background-color: #4DCDEF; }
a { background-color: rgb(77,205,239); }
div.DivClassName
{
background-color: #4DCDEF;
}
.BgClassName
{
background-color: #4DCDEF;
}
</style>
border-color css
<style>
span { border-color: #4DCDEF; }
span { border-color: rgb(77,205,239); }
td.TdClassName
{
border-color: #4DCDEF;
}
.TagClassName
{
border-color: #4DCDEF;
}
</style>