Shades of Turquoise Blue #4DE1F1
Tints of Turquoise Blue #4DE1F1
RGB
CMYK
RGB Variations
Color information
#4DE1F1 (or 0x4DE1F1) is known color: Turquoise Blue. HEX triplet: 4D, E1 and F1. RGB value is (77,225,241). Sum of RGB (Red+Green+Blue) = 77+225+241=543 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.18% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #4DE1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DE1F1 is #B21E0E. Grayscale: #B6B6B6. Windows color (decimal): -11673103 or 15851853. OLE color: 15851853.
HSL color Cylindrical-coordinate representation of color #4DE1F1: hue angle of 185.85º 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 #4DE1F1 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 225 | 241 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.05 |
| HSL | 185.85º | 0.85% | 0.62% | - |
| HSV(B) | 185.85º | 0.68% | 0.95% | - |
| XYZ | 45.86 | 61.78 | 92.73 | - |
| YUV | 182.57 | 160.97 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 225 | 241 | 0.68 | 0.07 | 0 | 0.05 | 185.85 | 0.85 | 0.62 |
| Hex | 4D | E1 | F1 | 44 | 7 | 0 | 5 | BA | 55 | 3E |
| Octal | 115 | 341 | 361 | 104 | 7 | 0 | 5 | 272 | 125 | 76 |
| Binary | 1001101 | 11100001 | 11110001 | 1000100 | 111 | 0 | 101 | 10111010 | 1010101 | 111110 |
Color Harmonies of #4DE1F1
Complementary color
Monochromatic Colors of #4DE1F1
Black with #4DE1F1
Text Example
Text Example
White with #4DE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE1F1; }
p { color: rgb(77,225,241); }
H1.HeaderClassName
{
color: #4DE1F1;
}
.AnyTagClassName
{
color: #4DE1F1;
}
</style>
background-color css
<style>
a { background-color: #4DE1F1; }
a { background-color: rgb(77,225,241); }
div.DivClassName
{
background-color: #4DE1F1;
}
.BgClassName
{
background-color: #4DE1F1;
}
</style>
border-color css
<style>
span { border-color: #4DE1F1; }
span { border-color: rgb(77,225,241); }
td.TdClassName
{
border-color: #4DE1F1;
}
.TagClassName
{
border-color: #4DE1F1;
}
</style>