Shades of Turquoise Blue #4DD6FF
Tints of Turquoise Blue #4DD6FF
RGB
CMYK
RGB Variations
Color information
#4DD6FF (or 0x4DD6FF) is known color: Turquoise Blue. HEX triplet: 4D, D6 and FF. RGB value is (77,214,255). Sum of RGB (Red+Green+Blue) = 77+214+255=546 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.10% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DD6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD6FF is #B22900. Grayscale: #B1B1B1. Windows color (decimal): -11675905 or 16766541. OLE color: 16766541.
HSL color Cylindrical-coordinate representation of color #4DD6FF: hue angle of 193.82º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DD6FF is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 214 | 255 | - |
| CMYK | 0.70 | 0.16 | 0 | 0 |
| HSL | 193.82º | 1% | 0.65% | - |
| HSV(B) | 193.82º | 0.7% | 1% | - |
| XYZ | 45.16 | 56.89 | 103.21 | - |
| YUV | 177.71 | 171.61 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 255 | 0.70 | 0.16 | 0 | 0 | 193.82 | 1 | 0.65 |
| Hex | 4D | D6 | FF | 46 | 10 | 0 | 0 | C2 | 64 | 41 |
| Octal | 115 | 326 | 377 | 106 | 20 | 0 | 0 | 302 | 144 | 101 |
| Binary | 1001101 | 11010110 | 11111111 | 1000110 | 10000 | 0 | 0 | 11000010 | 1100100 | 1000001 |
Color Harmonies of #4DD6FF
Complementary color
Monochromatic Colors of #4DD6FF
Black with #4DD6FF
Text Example
Text Example
White with #4DD6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD6FF; }
p { color: rgb(77,214,255); }
H1.HeaderClassName
{
color: #4DD6FF;
}
.AnyTagClassName
{
color: #4DD6FF;
}
</style>
background-color css
<style>
a { background-color: #4DD6FF; }
a { background-color: rgb(77,214,255); }
div.DivClassName
{
background-color: #4DD6FF;
}
.BgClassName
{
background-color: #4DD6FF;
}
</style>
border-color css
<style>
span { border-color: #4DD6FF; }
span { border-color: rgb(77,214,255); }
td.TdClassName
{
border-color: #4DD6FF;
}
.TagClassName
{
border-color: #4DD6FF;
}
</style>