Shades of Turquoise Blue #4DCDF0
Tints of Turquoise Blue #4DCDF0
RGB
CMYK
RGB Variations
Color information
#4DCDF0 (or 0x4DCDF0) is known color: Turquoise Blue. HEX triplet: 4D, CD and F0. RGB value is (77,205,240). Sum of RGB (Red+Green+Blue) = 77+205+240=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #4DCDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCDF0 is #B2320F. Grayscale: #AAAAAA. Windows color (decimal): -11678224 or 15781197. OLE color: 15781197.
HSL color Cylindrical-coordinate representation of color #4DCDF0: hue angle of 192.88º 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 #4DCDF0 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 205 | 240 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.06 |
| HSL | 192.88º | 0.84% | 0.62% | - |
| HSV(B) | 192.88º | 0.68% | 0.94% | - |
| XYZ | 40.62 | 51.53 | 90.24 | - |
| YUV | 170.72 | 167.09 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 240 | 0.68 | 0.15 | 0 | 0.06 | 192.88 | 0.84 | 0.62 |
| Hex | 4D | CD | F0 | 44 | F | 0 | 6 | C1 | 54 | 3E |
| Octal | 115 | 315 | 360 | 104 | 17 | 0 | 6 | 301 | 124 | 76 |
| Binary | 1001101 | 11001101 | 11110000 | 1000100 | 1111 | 0 | 110 | 11000001 | 1010100 | 111110 |
Color Harmonies of #4DCDF0
Complementary color
Monochromatic Colors of #4DCDF0
Black with #4DCDF0
Text Example
Text Example
White with #4DCDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDF0; }
p { color: rgb(77,205,240); }
H1.HeaderClassName
{
color: #4DCDF0;
}
.AnyTagClassName
{
color: #4DCDF0;
}
</style>
background-color css
<style>
a { background-color: #4DCDF0; }
a { background-color: rgb(77,205,240); }
div.DivClassName
{
background-color: #4DCDF0;
}
.BgClassName
{
background-color: #4DCDF0;
}
</style>
border-color css
<style>
span { border-color: #4DCDF0; }
span { border-color: rgb(77,205,240); }
td.TdClassName
{
border-color: #4DCDF0;
}
.TagClassName
{
border-color: #4DCDF0;
}
</style>