Shades of Turquoise Blue #4CE5FD
Tints of Turquoise Blue #4CE5FD
RGB
CMYK
RGB Variations
Color information
#4CE5FD (or 0x4CE5FD) is known color: Turquoise Blue. HEX triplet: 4C, E5 and FD. RGB value is (76,229,253). Sum of RGB (Red+Green+Blue) = 76+229+253=558 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.62% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CE5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE5FD is #B31A02. Grayscale: #B9B9B9. Windows color (decimal): -11737603 or 16639308. OLE color: 16639308.
HSL color Cylindrical-coordinate representation of color #4CE5FD: hue angle of 188.14º 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 #4CE5FD is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 229 | 253 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.01 |
| HSL | 188.14º | 0.98% | 0.65% | - |
| HSV(B) | 188.14º | 0.7% | 0.99% | - |
| XYZ | 48.73 | 64.67 | 102.84 | - |
| YUV | 185.99 | 165.81 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 229 | 253 | 0.70 | 0.09 | 0 | 0.01 | 188.14 | 0.98 | 0.65 |
| Hex | 4C | E5 | FD | 46 | 9 | 0 | 1 | BC | 62 | 41 |
| Octal | 114 | 345 | 375 | 106 | 11 | 0 | 1 | 274 | 142 | 101 |
| Binary | 1001100 | 11100101 | 11111101 | 1000110 | 1001 | 0 | 1 | 10111100 | 1100010 | 1000001 |
Color Harmonies of #4CE5FD
Complementary color
Monochromatic Colors of #4CE5FD
Black with #4CE5FD
Text Example
Text Example
White with #4CE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE5FD; }
p { color: rgb(76,229,253); }
H1.HeaderClassName
{
color: #4CE5FD;
}
.AnyTagClassName
{
color: #4CE5FD;
}
</style>
background-color css
<style>
a { background-color: #4CE5FD; }
a { background-color: rgb(76,229,253); }
div.DivClassName
{
background-color: #4CE5FD;
}
.BgClassName
{
background-color: #4CE5FD;
}
</style>
border-color css
<style>
span { border-color: #4CE5FD; }
span { border-color: rgb(76,229,253); }
td.TdClassName
{
border-color: #4CE5FD;
}
.TagClassName
{
border-color: #4CE5FD;
}
</style>