Shades of Turquoise Blue #4DD1EF
Tints of Turquoise Blue #4DD1EF
RGB
CMYK
RGB Variations
Color information
#4DD1EF (or 0x4DD1EF) is known color: Turquoise Blue. HEX triplet: 4D, D1 and EF. RGB value is (77,209,239). Sum of RGB (Red+Green+Blue) = 77+209+239=525 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.67% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DD1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD1EF is #B22E10. Grayscale: #ACACAC. Windows color (decimal): -11677201 or 15716685. OLE color: 15716685.
HSL color Cylindrical-coordinate representation of color #4DD1EF: hue angle of 191.11º 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 #4DD1EF is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 209 | 239 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.06 |
| HSL | 191.11º | 0.84% | 0.62% | - |
| HSV(B) | 191.11º | 0.68% | 0.94% | - |
| XYZ | 41.44 | 53.41 | 89.79 | - |
| YUV | 172.95 | 165.27 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 209 | 239 | 0.68 | 0.13 | 0 | 0.06 | 191.11 | 0.84 | 0.62 |
| Hex | 4D | D1 | EF | 44 | D | 0 | 6 | BF | 54 | 3E |
| Octal | 115 | 321 | 357 | 104 | 15 | 0 | 6 | 277 | 124 | 76 |
| Binary | 1001101 | 11010001 | 11101111 | 1000100 | 1101 | 0 | 110 | 10111111 | 1010100 | 111110 |
Color Harmonies of #4DD1EF
Complementary color
Monochromatic Colors of #4DD1EF
Black with #4DD1EF
Text Example
Text Example
White with #4DD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD1EF; }
p { color: rgb(77,209,239); }
H1.HeaderClassName
{
color: #4DD1EF;
}
.AnyTagClassName
{
color: #4DD1EF;
}
</style>
background-color css
<style>
a { background-color: #4DD1EF; }
a { background-color: rgb(77,209,239); }
div.DivClassName
{
background-color: #4DD1EF;
}
.BgClassName
{
background-color: #4DD1EF;
}
</style>
border-color css
<style>
span { border-color: #4DD1EF; }
span { border-color: rgb(77,209,239); }
td.TdClassName
{
border-color: #4DD1EF;
}
.TagClassName
{
border-color: #4DD1EF;
}
</style>