Shades of Turquoise Blue #4ECFFC
Tints of Turquoise Blue #4ECFFC
RGB
CMYK
RGB Variations
Color information
#4ECFFC (or 0x4ECFFC) is known color: Turquoise Blue. HEX triplet: 4E, CF and FC. RGB value is (78,207,252). Sum of RGB (Red+Green+Blue) = 78+207+252=537 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.53% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #4ECFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECFFC is #B13003. Grayscale: #ADADAD. Windows color (decimal): -11612164 or 16568142. OLE color: 16568142.
HSL color Cylindrical-coordinate representation of color #4ECFFC: hue angle of 195.52º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ECFFC is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 207 | 252 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.01 |
| HSL | 195.52º | 0.97% | 0.65% | - |
| HSV(B) | 195.52º | 0.69% | 0.99% | - |
| XYZ | 43.03 | 53.27 | 100.11 | - |
| YUV | 173.56 | 172.26 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 207 | 252 | 0.69 | 0.18 | 0 | 0.01 | 195.52 | 0.97 | 0.65 |
| Hex | 4E | CF | FC | 45 | 12 | 0 | 1 | C4 | 61 | 41 |
| Octal | 116 | 317 | 374 | 105 | 22 | 0 | 1 | 304 | 141 | 101 |
| Binary | 1001110 | 11001111 | 11111100 | 1000101 | 10010 | 0 | 1 | 11000100 | 1100001 | 1000001 |
Color Harmonies of #4ECFFC
Complementary color
Monochromatic Colors of #4ECFFC
Black with #4ECFFC
Text Example
Text Example
White with #4ECFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECFFC; }
p { color: rgb(78,207,252); }
H1.HeaderClassName
{
color: #4ECFFC;
}
.AnyTagClassName
{
color: #4ECFFC;
}
</style>
background-color css
<style>
a { background-color: #4ECFFC; }
a { background-color: rgb(78,207,252); }
div.DivClassName
{
background-color: #4ECFFC;
}
.BgClassName
{
background-color: #4ECFFC;
}
</style>
border-color css
<style>
span { border-color: #4ECFFC; }
span { border-color: rgb(78,207,252); }
td.TdClassName
{
border-color: #4ECFFC;
}
.TagClassName
{
border-color: #4ECFFC;
}
</style>