Shades of Turquoise Blue #4DDFFF
Tints of Turquoise Blue #4DDFFF
RGB
CMYK
RGB Variations
Color information
#4DDFFF (or 0x4DDFFF) is known color: Turquoise Blue. HEX triplet: 4D, DF and FF. RGB value is (77,223,255). Sum of RGB (Red+Green+Blue) = 77+223+255=555 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.87% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DDFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFFF is #B22000. Grayscale: #B6B6B6. Windows color (decimal): -11673601 or 16768845. OLE color: 16768845.
HSL color Cylindrical-coordinate representation of color #4DDFFF: hue angle of 190.79º 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 #4DDFFF is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 223 | 255 | - |
| CMYK | 0.70 | 0.13 | 0 | 0 |
| HSL | 190.79º | 1% | 0.65% | - |
| HSV(B) | 190.79º | 0.7% | 1% | - |
| XYZ | 47.5 | 61.57 | 103.99 | - |
| YUV | 182.99 | 168.63 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 255 | 0.70 | 0.13 | 0 | 0 | 190.79 | 1 | 0.65 |
| Hex | 4D | DF | FF | 46 | D | 0 | 0 | BF | 64 | 41 |
| Octal | 115 | 337 | 377 | 106 | 15 | 0 | 0 | 277 | 144 | 101 |
| Binary | 1001101 | 11011111 | 11111111 | 1000110 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000001 |
Color Harmonies of #4DDFFF
Complementary color
Monochromatic Colors of #4DDFFF
Black with #4DDFFF
Text Example
Text Example
White with #4DDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDFFF; }
p { color: rgb(77,223,255); }
H1.HeaderClassName
{
color: #4DDFFF;
}
.AnyTagClassName
{
color: #4DDFFF;
}
</style>
background-color css
<style>
a { background-color: #4DDFFF; }
a { background-color: rgb(77,223,255); }
div.DivClassName
{
background-color: #4DDFFF;
}
.BgClassName
{
background-color: #4DDFFF;
}
</style>
border-color css
<style>
span { border-color: #4DDFFF; }
span { border-color: rgb(77,223,255); }
td.TdClassName
{
border-color: #4DDFFF;
}
.TagClassName
{
border-color: #4DDFFF;
}
</style>