Shades of Turquoise Blue #4CE2FD
Tints of Turquoise Blue #4CE2FD
RGB
CMYK
RGB Variations
Color information
#4CE2FD (or 0x4CE2FD) is known color: Turquoise Blue. HEX triplet: 4C, E2 and FD. RGB value is (76,226,253). Sum of RGB (Red+Green+Blue) = 76+226+253=555 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.69% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CE2FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE2FD is #B31D02. Grayscale: #B7B7B7. Windows color (decimal): -11738371 or 16638540. OLE color: 16638540.
HSL color Cylindrical-coordinate representation of color #4CE2FD: hue angle of 189.15º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CE2FD is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 226 | 253 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.01 |
| HSL | 189.15º | 0.98% | 0.65% | - |
| HSV(B) | 189.15º | 0.7% | 0.99% | - |
| XYZ | 47.91 | 63.02 | 102.57 | - |
| YUV | 184.23 | 166.81 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 226 | 253 | 0.70 | 0.11 | 0 | 0.01 | 189.15 | 0.98 | 0.65 |
| Hex | 4C | E2 | FD | 46 | B | 0 | 1 | BD | 62 | 41 |
| Octal | 114 | 342 | 375 | 106 | 13 | 0 | 1 | 275 | 142 | 101 |
| Binary | 1001100 | 11100010 | 11111101 | 1000110 | 1011 | 0 | 1 | 10111101 | 1100010 | 1000001 |
Color Harmonies of #4CE2FD
Complementary color
Monochromatic Colors of #4CE2FD
Black with #4CE2FD
Text Example
Text Example
White with #4CE2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE2FD; }
p { color: rgb(76,226,253); }
H1.HeaderClassName
{
color: #4CE2FD;
}
.AnyTagClassName
{
color: #4CE2FD;
}
</style>
background-color css
<style>
a { background-color: #4CE2FD; }
a { background-color: rgb(76,226,253); }
div.DivClassName
{
background-color: #4CE2FD;
}
.BgClassName
{
background-color: #4CE2FD;
}
</style>
border-color css
<style>
span { border-color: #4CE2FD; }
span { border-color: rgb(76,226,253); }
td.TdClassName
{
border-color: #4CE2FD;
}
.TagClassName
{
border-color: #4CE2FD;
}
</style>