Shades of Turquoise Blue #4BCCEB
Tints of Turquoise Blue #4BCCEB
RGB
CMYK
RGB Variations
Color information
#4BCCEB (or 0x4BCCEB) is known color: Turquoise Blue. HEX triplet: 4B, CC and EB. RGB value is (75,204,235). Sum of RGB (Red+Green+Blue) = 75+204+235=514 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.59% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #4BCCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCCEB is #B43314. Grayscale: #A8A8A8. Windows color (decimal): -11809557 or 15453259. OLE color: 15453259.
HSL color Cylindrical-coordinate representation of color #4BCCEB: hue angle of 191.62º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BCCEB is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 204 | 235 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.08 |
| HSL | 191.63º | 0.8% | 0.61% | - |
| HSV(B) | 191.63º | 0.68% | 0.92% | - |
| XYZ | 39.49 | 50.68 | 86.3 | - |
| YUV | 168.96 | 165.26 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 235 | 0.68 | 0.13 | 0 | 0.08 | 191.63 | 0.8 | 0.61 |
| Hex | 4B | CC | EB | 44 | D | 0 | 8 | C0 | 50 | 3D |
| Octal | 113 | 314 | 353 | 104 | 15 | 0 | 10 | 300 | 120 | 75 |
| Binary | 1001011 | 11001100 | 11101011 | 1000100 | 1101 | 0 | 1000 | 11000000 | 1010000 | 111101 |
Color Harmonies of #4BCCEB
Complementary color
Monochromatic Colors of #4BCCEB
Black with #4BCCEB
Text Example
Text Example
White with #4BCCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCEB; }
p { color: rgb(75,204,235); }
H1.HeaderClassName
{
color: #4BCCEB;
}
.AnyTagClassName
{
color: #4BCCEB;
}
</style>
background-color css
<style>
a { background-color: #4BCCEB; }
a { background-color: rgb(75,204,235); }
div.DivClassName
{
background-color: #4BCCEB;
}
.BgClassName
{
background-color: #4BCCEB;
}
</style>
border-color css
<style>
span { border-color: #4BCCEB; }
span { border-color: rgb(75,204,235); }
td.TdClassName
{
border-color: #4BCCEB;
}
.TagClassName
{
border-color: #4BCCEB;
}
</style>