Shades of Turquoise Blue #4DCEEF
Tints of Turquoise Blue #4DCEEF
RGB
CMYK
RGB Variations
Color information
#4DCEEF (or 0x4DCEEF) is known color: Turquoise Blue. HEX triplet: 4D, CE and EF. RGB value is (77,206,239). Sum of RGB (Red+Green+Blue) = 77+206+239=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DCEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCEEF is #B23110. Grayscale: #AAAAAA. Windows color (decimal): -11677969 or 15715917. OLE color: 15715917.
HSL color Cylindrical-coordinate representation of color #4DCEEF: hue angle of 192.22º 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 #4DCEEF is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 206 | 239 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.06 |
| HSL | 192.22º | 0.84% | 0.62% | - |
| HSV(B) | 192.22º | 0.68% | 0.94% | - |
| XYZ | 40.71 | 51.95 | 89.54 | - |
| YUV | 171.19 | 166.26 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 239 | 0.68 | 0.14 | 0 | 0.06 | 192.22 | 0.84 | 0.62 |
| Hex | 4D | CE | EF | 44 | E | 0 | 6 | C0 | 54 | 3E |
| Octal | 115 | 316 | 357 | 104 | 16 | 0 | 6 | 300 | 124 | 76 |
| Binary | 1001101 | 11001110 | 11101111 | 1000100 | 1110 | 0 | 110 | 11000000 | 1010100 | 111110 |
Color Harmonies of #4DCEEF
Complementary color
Monochromatic Colors of #4DCEEF
Black with #4DCEEF
Text Example
Text Example
White with #4DCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEEF; }
p { color: rgb(77,206,239); }
H1.HeaderClassName
{
color: #4DCEEF;
}
.AnyTagClassName
{
color: #4DCEEF;
}
</style>
background-color css
<style>
a { background-color: #4DCEEF; }
a { background-color: rgb(77,206,239); }
div.DivClassName
{
background-color: #4DCEEF;
}
.BgClassName
{
background-color: #4DCEEF;
}
</style>
border-color css
<style>
span { border-color: #4DCEEF; }
span { border-color: rgb(77,206,239); }
td.TdClassName
{
border-color: #4DCEEF;
}
.TagClassName
{
border-color: #4DCEEF;
}
</style>