Shades of Turquoise Blue #4BECF8
Tints of Turquoise Blue #4BECF8
RGB
CMYK
RGB Variations
Color information
#4BECF8 (or 0x4BECF8) is known color: Turquoise Blue. HEX triplet: 4B, EC and F8. RGB value is (75,236,248). Sum of RGB (Red+Green+Blue) = 75+236+248=559 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.42% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #4BECF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BECF8 is #B41307. Grayscale: #BDBDBD. Windows color (decimal): -11801352 or 16313419. OLE color: 16313419.
HSL color Cylindrical-coordinate representation of color #4BECF8: hue angle of 184.16º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BECF8 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 75 | 236 | 248 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.03 |
| HSL | 184.16º | 0.93% | 0.63% | - |
| HSV(B) | 184.16º | 0.7% | 0.97% | - |
| XYZ | 49.84 | 68.26 | 99.36 | - |
| YUV | 189.23 | 161.16 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 236 | 248 | 0.70 | 0.05 | 0 | 0.03 | 184.16 | 0.93 | 0.63 |
| Hex | 4B | EC | F8 | 46 | 5 | 0 | 3 | B8 | 5D | 3F |
| Octal | 113 | 354 | 370 | 106 | 5 | 0 | 3 | 270 | 135 | 77 |
| Binary | 1001011 | 11101100 | 11111000 | 1000110 | 101 | 0 | 11 | 10111000 | 1011101 | 111111 |
Color Harmonies of #4BECF8
Complementary color
Monochromatic Colors of #4BECF8
Black with #4BECF8
Text Example
Text Example
White with #4BECF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BECF8; }
p { color: rgb(75,236,248); }
H1.HeaderClassName
{
color: #4BECF8;
}
.AnyTagClassName
{
color: #4BECF8;
}
</style>
background-color css
<style>
a { background-color: #4BECF8; }
a { background-color: rgb(75,236,248); }
div.DivClassName
{
background-color: #4BECF8;
}
.BgClassName
{
background-color: #4BECF8;
}
</style>
border-color css
<style>
span { border-color: #4BECF8; }
span { border-color: rgb(75,236,248); }
td.TdClassName
{
border-color: #4BECF8;
}
.TagClassName
{
border-color: #4BECF8;
}
</style>