Shades of Turquoise Blue #4DCDEE
Tints of Turquoise Blue #4DCDEE
RGB
CMYK
RGB Variations
Color information
#4DCDEE (or 0x4DCDEE) is known color: Turquoise Blue. HEX triplet: 4D, CD and EE. RGB value is (77,205,238). Sum of RGB (Red+Green+Blue) = 77+205+238=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #4DCDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCDEE is #B23211. Grayscale: #AAAAAA. Windows color (decimal): -11678226 or 15650125. OLE color: 15650125.
HSL color Cylindrical-coordinate representation of color #4DCDEE: hue angle of 192.3º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DCDEE is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 205 | 238 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.07 |
| HSL | 192.3º | 0.83% | 0.62% | - |
| HSV(B) | 192.3º | 0.68% | 0.93% | - |
| XYZ | 40.32 | 51.41 | 88.69 | - |
| YUV | 170.49 | 166.09 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 238 | 0.68 | 0.14 | 0 | 0.07 | 192.3 | 0.83 | 0.62 |
| Hex | 4D | CD | EE | 44 | E | 0 | 7 | C0 | 53 | 3E |
| Octal | 115 | 315 | 356 | 104 | 16 | 0 | 7 | 300 | 123 | 76 |
| Binary | 1001101 | 11001101 | 11101110 | 1000100 | 1110 | 0 | 111 | 11000000 | 1010011 | 111110 |
Color Harmonies of #4DCDEE
Complementary color
Monochromatic Colors of #4DCDEE
Black with #4DCDEE
Text Example
Text Example
White with #4DCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDEE; }
p { color: rgb(77,205,238); }
H1.HeaderClassName
{
color: #4DCDEE;
}
.AnyTagClassName
{
color: #4DCDEE;
}
</style>
background-color css
<style>
a { background-color: #4DCDEE; }
a { background-color: rgb(77,205,238); }
div.DivClassName
{
background-color: #4DCDEE;
}
.BgClassName
{
background-color: #4DCDEE;
}
</style>
border-color css
<style>
span { border-color: #4DCDEE; }
span { border-color: rgb(77,205,238); }
td.TdClassName
{
border-color: #4DCDEE;
}
.TagClassName
{
border-color: #4DCDEE;
}
</style>