Shades of Turquoise Blue #4ECDF2
Tints of Turquoise Blue #4ECDF2
RGB
CMYK
RGB Variations
Color information
#4ECDF2 (or 0x4ECDF2) is known color: Turquoise Blue. HEX triplet: 4E, CD and F2. RGB value is (78,205,242). Sum of RGB (Red+Green+Blue) = 78+205+242=525 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.86% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #4ECDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECDF2 is #B1320D. Grayscale: #AAAAAA. Windows color (decimal): -11612686 or 15912270. OLE color: 15912270.
HSL color Cylindrical-coordinate representation of color #4ECDF2: hue angle of 193.54º 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 #4ECDF2 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 205 | 242 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.05 |
| HSL | 193.54º | 0.86% | 0.63% | - |
| HSV(B) | 193.54º | 0.68% | 0.95% | - |
| XYZ | 41 | 51.69 | 91.82 | - |
| YUV | 171.25 | 167.92 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 242 | 0.68 | 0.15 | 0 | 0.05 | 193.54 | 0.86 | 0.63 |
| Hex | 4E | CD | F2 | 44 | F | 0 | 5 | C2 | 56 | 3F |
| Octal | 116 | 315 | 362 | 104 | 17 | 0 | 5 | 302 | 126 | 77 |
| Binary | 1001110 | 11001101 | 11110010 | 1000100 | 1111 | 0 | 101 | 11000010 | 1010110 | 111111 |
Color Harmonies of #4ECDF2
Complementary color
Monochromatic Colors of #4ECDF2
Black with #4ECDF2
Text Example
Text Example
White with #4ECDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDF2; }
p { color: rgb(78,205,242); }
H1.HeaderClassName
{
color: #4ECDF2;
}
.AnyTagClassName
{
color: #4ECDF2;
}
</style>
background-color css
<style>
a { background-color: #4ECDF2; }
a { background-color: rgb(78,205,242); }
div.DivClassName
{
background-color: #4ECDF2;
}
.BgClassName
{
background-color: #4ECDF2;
}
</style>
border-color css
<style>
span { border-color: #4ECDF2; }
span { border-color: rgb(78,205,242); }
td.TdClassName
{
border-color: #4ECDF2;
}
.TagClassName
{
border-color: #4ECDF2;
}
</style>