Shades of Turquoise Blue #4CE6FE
Tints of Turquoise Blue #4CE6FE
RGB
CMYK
RGB Variations
Color information
#4CE6FE (or 0x4CE6FE) is known color: Turquoise Blue. HEX triplet: 4C, E6 and FE. RGB value is (76,230,254). Sum of RGB (Red+Green+Blue) = 76+230+254=560 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.57% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CE6FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CE6FE is #B31901. Grayscale: #BABABA. Windows color (decimal): -11737346 or 16705100. OLE color: 16705100.
HSL color Cylindrical-coordinate representation of color #4CE6FE: hue angle of 188.09º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CE6FE is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 230 | 254 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.00 |
| HSL | 188.09º | 0.99% | 0.65% | - |
| HSV(B) | 188.09º | 0.7% | 1% | - |
| XYZ | 49.17 | 65.29 | 103.78 | - |
| YUV | 186.69 | 165.98 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 230 | 254 | 0.70 | 0.09 | 0 | 0.00 | 188.09 | 0.99 | 0.65 |
| Hex | 4C | E6 | FE | 46 | 9 | 0 | 0 | BC | 63 | 41 |
| Octal | 114 | 346 | 376 | 106 | 11 | 0 | 0 | 274 | 143 | 101 |
| Binary | 1001100 | 11100110 | 11111110 | 1000110 | 1001 | 0 | 0 | 10111100 | 1100011 | 1000001 |
Color Harmonies of #4CE6FE
Complementary color
Monochromatic Colors of #4CE6FE
Black with #4CE6FE
Text Example
Text Example
White with #4CE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE6FE; }
p { color: rgb(76,230,254); }
H1.HeaderClassName
{
color: #4CE6FE;
}
.AnyTagClassName
{
color: #4CE6FE;
}
</style>
background-color css
<style>
a { background-color: #4CE6FE; }
a { background-color: rgb(76,230,254); }
div.DivClassName
{
background-color: #4CE6FE;
}
.BgClassName
{
background-color: #4CE6FE;
}
</style>
border-color css
<style>
span { border-color: #4CE6FE; }
span { border-color: rgb(76,230,254); }
td.TdClassName
{
border-color: #4CE6FE;
}
.TagClassName
{
border-color: #4CE6FE;
}
</style>