Shades of Turquoise Blue #4DDEF1
Tints of Turquoise Blue #4DDEF1
RGB
CMYK
RGB Variations
Color information
#4DDEF1 (or 0x4DDEF1) is known color: Turquoise Blue. HEX triplet: 4D, DE and F1. RGB value is (77,222,241). Sum of RGB (Red+Green+Blue) = 77+222+241=540 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.26% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #4DDEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDEF1 is #B2210E. Grayscale: #B4B4B4. Windows color (decimal): -11673871 or 15851085. OLE color: 15851085.
HSL color Cylindrical-coordinate representation of color #4DDEF1: hue angle of 186.95º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DDEF1 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 222 | 241 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.05 |
| HSL | 186.95º | 0.85% | 0.62% | - |
| HSV(B) | 186.95º | 0.68% | 0.95% | - |
| XYZ | 45.06 | 60.17 | 92.46 | - |
| YUV | 180.81 | 161.96 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 222 | 241 | 0.68 | 0.08 | 0 | 0.05 | 186.95 | 0.85 | 0.62 |
| Hex | 4D | DE | F1 | 44 | 8 | 0 | 5 | BB | 55 | 3E |
| Octal | 115 | 336 | 361 | 104 | 10 | 0 | 5 | 273 | 125 | 76 |
| Binary | 1001101 | 11011110 | 11110001 | 1000100 | 1000 | 0 | 101 | 10111011 | 1010101 | 111110 |
Color Harmonies of #4DDEF1
Complementary color
Monochromatic Colors of #4DDEF1
Black with #4DDEF1
Text Example
Text Example
White with #4DDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDEF1; }
p { color: rgb(77,222,241); }
H1.HeaderClassName
{
color: #4DDEF1;
}
.AnyTagClassName
{
color: #4DDEF1;
}
</style>
background-color css
<style>
a { background-color: #4DDEF1; }
a { background-color: rgb(77,222,241); }
div.DivClassName
{
background-color: #4DDEF1;
}
.BgClassName
{
background-color: #4DDEF1;
}
</style>
border-color css
<style>
span { border-color: #4DDEF1; }
span { border-color: rgb(77,222,241); }
td.TdClassName
{
border-color: #4DDEF1;
}
.TagClassName
{
border-color: #4DDEF1;
}
</style>