Shades of Turquoise Blue #4DDFF2
Tints of Turquoise Blue #4DDFF2
RGB
CMYK
RGB Variations
Color information
#4DDFF2 (or 0x4DDFF2) is known color: Turquoise Blue. HEX triplet: 4D, DF and F2. RGB value is (77,223,242). Sum of RGB (Red+Green+Blue) = 77+223+242=542 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.21% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #4DDFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFF2 is #B2200D. Grayscale: #B5B5B5. Windows color (decimal): -11673614 or 15916877. OLE color: 15916877.
HSL color Cylindrical-coordinate representation of color #4DDFF2: hue angle of 186.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DDFF2 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 223 | 242 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.05 |
| HSL | 186.91º | 0.86% | 0.63% | - |
| HSV(B) | 186.91º | 0.68% | 0.95% | - |
| XYZ | 45.48 | 60.76 | 93.34 | - |
| YUV | 181.51 | 162.13 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 242 | 0.68 | 0.08 | 0 | 0.05 | 186.91 | 0.86 | 0.63 |
| Hex | 4D | DF | F2 | 44 | 8 | 0 | 5 | BB | 56 | 3F |
| Octal | 115 | 337 | 362 | 104 | 10 | 0 | 5 | 273 | 126 | 77 |
| Binary | 1001101 | 11011111 | 11110010 | 1000100 | 1000 | 0 | 101 | 10111011 | 1010110 | 111111 |
Color Harmonies of #4DDFF2
Complementary color
Monochromatic Colors of #4DDFF2
Black with #4DDFF2
Text Example
Text Example
White with #4DDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDFF2; }
p { color: rgb(77,223,242); }
H1.HeaderClassName
{
color: #4DDFF2;
}
.AnyTagClassName
{
color: #4DDFF2;
}
</style>
background-color css
<style>
a { background-color: #4DDFF2; }
a { background-color: rgb(77,223,242); }
div.DivClassName
{
background-color: #4DDFF2;
}
.BgClassName
{
background-color: #4DDFF2;
}
</style>
border-color css
<style>
span { border-color: #4DDFF2; }
span { border-color: rgb(77,223,242); }
td.TdClassName
{
border-color: #4DDFF2;
}
.TagClassName
{
border-color: #4DDFF2;
}
</style>