Shades of Turquoise Blue #4CE6FD
Tints of Turquoise Blue #4CE6FD
RGB
CMYK
RGB Variations
Color information
#4CE6FD (or 0x4CE6FD) is known color: Turquoise Blue. HEX triplet: 4C, E6 and FD. RGB value is (76,230,253). Sum of RGB (Red+Green+Blue) = 76+230+253=559 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.60% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CE6FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CE6FD is #B31902. Grayscale: #BABABA. Windows color (decimal): -11737347 or 16639564. OLE color: 16639564.
HSL color Cylindrical-coordinate representation of color #4CE6FD: hue angle of 187.8º 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 #4CE6FD is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 230 | 253 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.01 |
| HSL | 187.8º | 0.98% | 0.65% | - |
| HSV(B) | 187.8º | 0.7% | 0.99% | - |
| XYZ | 49.01 | 65.22 | 102.93 | - |
| YUV | 186.58 | 165.48 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 230 | 253 | 0.70 | 0.09 | 0 | 0.01 | 187.8 | 0.98 | 0.65 |
| Hex | 4C | E6 | FD | 46 | 9 | 0 | 1 | BC | 62 | 41 |
| Octal | 114 | 346 | 375 | 106 | 11 | 0 | 1 | 274 | 142 | 101 |
| Binary | 1001100 | 11100110 | 11111101 | 1000110 | 1001 | 0 | 1 | 10111100 | 1100010 | 1000001 |
Color Harmonies of #4CE6FD
Complementary color
Monochromatic Colors of #4CE6FD
Black with #4CE6FD
Text Example
Text Example
White with #4CE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE6FD; }
p { color: rgb(76,230,253); }
H1.HeaderClassName
{
color: #4CE6FD;
}
.AnyTagClassName
{
color: #4CE6FD;
}
</style>
background-color css
<style>
a { background-color: #4CE6FD; }
a { background-color: rgb(76,230,253); }
div.DivClassName
{
background-color: #4CE6FD;
}
.BgClassName
{
background-color: #4CE6FD;
}
</style>
border-color css
<style>
span { border-color: #4CE6FD; }
span { border-color: rgb(76,230,253); }
td.TdClassName
{
border-color: #4CE6FD;
}
.TagClassName
{
border-color: #4CE6FD;
}
</style>