Shades of Turquoise Blue #4CE8FD
Tints of Turquoise Blue #4CE8FD
RGB
CMYK
RGB Variations
Color information
#4CE8FD (or 0x4CE8FD) is known color: Turquoise Blue. HEX triplet: 4C, E8 and FD. RGB value is (76,232,253). Sum of RGB (Red+Green+Blue) = 76+232+253=561 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.55% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CE8FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CE8FD is #B31702. Grayscale: #BBBBBB. Windows color (decimal): -11736835 or 16640076. OLE color: 16640076.
HSL color Cylindrical-coordinate representation of color #4CE8FD: hue angle of 187.12º 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 #4CE8FD is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 232 | 253 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.01 |
| HSL | 187.12º | 0.98% | 0.65% | - |
| HSV(B) | 187.12º | 0.7% | 0.99% | - |
| XYZ | 49.57 | 66.34 | 103.12 | - |
| YUV | 187.75 | 164.82 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 232 | 253 | 0.70 | 0.08 | 0 | 0.01 | 187.12 | 0.98 | 0.65 |
| Hex | 4C | E8 | FD | 46 | 8 | 0 | 1 | BB | 62 | 41 |
| Octal | 114 | 350 | 375 | 106 | 10 | 0 | 1 | 273 | 142 | 101 |
| Binary | 1001100 | 11101000 | 11111101 | 1000110 | 1000 | 0 | 1 | 10111011 | 1100010 | 1000001 |
Color Harmonies of #4CE8FD
Complementary color
Monochromatic Colors of #4CE8FD
Black with #4CE8FD
Text Example
Text Example
White with #4CE8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE8FD; }
p { color: rgb(76,232,253); }
H1.HeaderClassName
{
color: #4CE8FD;
}
.AnyTagClassName
{
color: #4CE8FD;
}
</style>
background-color css
<style>
a { background-color: #4CE8FD; }
a { background-color: rgb(76,232,253); }
div.DivClassName
{
background-color: #4CE8FD;
}
.BgClassName
{
background-color: #4CE8FD;
}
</style>
border-color css
<style>
span { border-color: #4CE8FD; }
span { border-color: rgb(76,232,253); }
td.TdClassName
{
border-color: #4CE8FD;
}
.TagClassName
{
border-color: #4CE8FD;
}
</style>