Shades of Turquoise Blue #4CE3FD
Tints of Turquoise Blue #4CE3FD
RGB
CMYK
RGB Variations
Color information
#4CE3FD (or 0x4CE3FD) is known color: Turquoise Blue. HEX triplet: 4C, E3 and FD. RGB value is (76,227,253). Sum of RGB (Red+Green+Blue) = 76+227+253=556 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.67% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CE3FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE3FD is #B31C02. Grayscale: #B8B8B8. Windows color (decimal): -11738115 or 16638796. OLE color: 16638796.
HSL color Cylindrical-coordinate representation of color #4CE3FD: hue angle of 188.81º 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 #4CE3FD is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 227 | 253 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.01 |
| HSL | 188.81º | 0.98% | 0.65% | - |
| HSV(B) | 188.81º | 0.7% | 0.99% | - |
| XYZ | 48.18 | 63.57 | 102.66 | - |
| YUV | 184.82 | 166.47 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 227 | 253 | 0.70 | 0.10 | 0 | 0.01 | 188.81 | 0.98 | 0.65 |
| Hex | 4C | E3 | FD | 46 | A | 0 | 1 | BD | 62 | 41 |
| Octal | 114 | 343 | 375 | 106 | 12 | 0 | 1 | 275 | 142 | 101 |
| Binary | 1001100 | 11100011 | 11111101 | 1000110 | 1010 | 0 | 1 | 10111101 | 1100010 | 1000001 |
Color Harmonies of #4CE3FD
Complementary color
Monochromatic Colors of #4CE3FD
Black with #4CE3FD
Text Example
Text Example
White with #4CE3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE3FD; }
p { color: rgb(76,227,253); }
H1.HeaderClassName
{
color: #4CE3FD;
}
.AnyTagClassName
{
color: #4CE3FD;
}
</style>
background-color css
<style>
a { background-color: #4CE3FD; }
a { background-color: rgb(76,227,253); }
div.DivClassName
{
background-color: #4CE3FD;
}
.BgClassName
{
background-color: #4CE3FD;
}
</style>
border-color css
<style>
span { border-color: #4CE3FD; }
span { border-color: rgb(76,227,253); }
td.TdClassName
{
border-color: #4CE3FD;
}
.TagClassName
{
border-color: #4CE3FD;
}
</style>