Shades of Turquoise Blue #4ED1F9
Tints of Turquoise Blue #4ED1F9
RGB
CMYK
RGB Variations
Color information
#4ED1F9 (or 0x4ED1F9) is known color: Turquoise Blue. HEX triplet: 4E, D1 and F9. RGB value is (78,209,249). Sum of RGB (Red+Green+Blue) = 78+209+249=536 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.55% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #4ED1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED1F9 is #B12E06. Grayscale: #AEAEAE. Windows color (decimal): -11611655 or 16372046. OLE color: 16372046.
HSL color Cylindrical-coordinate representation of color #4ED1F9: hue angle of 194.04º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ED1F9 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 209 | 249 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.02 |
| HSL | 194.04º | 0.93% | 0.64% | - |
| HSV(B) | 194.04º | 0.69% | 0.98% | - |
| XYZ | 43.04 | 54.06 | 97.79 | - |
| YUV | 174.39 | 170.1 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 209 | 249 | 0.69 | 0.16 | 0 | 0.02 | 194.04 | 0.93 | 0.64 |
| Hex | 4E | D1 | F9 | 45 | 10 | 0 | 2 | C2 | 5D | 40 |
| Octal | 116 | 321 | 371 | 105 | 20 | 0 | 2 | 302 | 135 | 100 |
| Binary | 1001110 | 11010001 | 11111001 | 1000101 | 10000 | 0 | 10 | 11000010 | 1011101 | 1000000 |
Color Harmonies of #4ED1F9
Complementary color
Monochromatic Colors of #4ED1F9
Black with #4ED1F9
Text Example
Text Example
White with #4ED1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED1F9; }
p { color: rgb(78,209,249); }
H1.HeaderClassName
{
color: #4ED1F9;
}
.AnyTagClassName
{
color: #4ED1F9;
}
</style>
background-color css
<style>
a { background-color: #4ED1F9; }
a { background-color: rgb(78,209,249); }
div.DivClassName
{
background-color: #4ED1F9;
}
.BgClassName
{
background-color: #4ED1F9;
}
</style>
border-color css
<style>
span { border-color: #4ED1F9; }
span { border-color: rgb(78,209,249); }
td.TdClassName
{
border-color: #4ED1F9;
}
.TagClassName
{
border-color: #4ED1F9;
}
</style>