Shades of Turquoise Blue #4BCCEC
Tints of Turquoise Blue #4BCCEC
RGB
CMYK
RGB Variations
Color information
#4BCCEC (or 0x4BCCEC) is known color: Turquoise Blue. HEX triplet: 4B, CC and EC. RGB value is (75,204,236). Sum of RGB (Red+Green+Blue) = 75+204+236=515 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.56% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #4BCCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCCEC is #B43313. Grayscale: #A8A8A8. Windows color (decimal): -11809556 or 15518795. OLE color: 15518795.
HSL color Cylindrical-coordinate representation of color #4BCCEC: hue angle of 191.93º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BCCEC is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 204 | 236 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.07 |
| HSL | 191.93º | 0.81% | 0.61% | - |
| HSV(B) | 191.93º | 0.68% | 0.93% | - |
| XYZ | 39.63 | 50.74 | 87.06 | - |
| YUV | 169.08 | 165.76 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 236 | 0.68 | 0.14 | 0 | 0.07 | 191.93 | 0.81 | 0.61 |
| Hex | 4B | CC | EC | 44 | E | 0 | 7 | C0 | 51 | 3D |
| Octal | 113 | 314 | 354 | 104 | 16 | 0 | 7 | 300 | 121 | 75 |
| Binary | 1001011 | 11001100 | 11101100 | 1000100 | 1110 | 0 | 111 | 11000000 | 1010001 | 111101 |
Color Harmonies of #4BCCEC
Complementary color
Monochromatic Colors of #4BCCEC
Black with #4BCCEC
Text Example
Text Example
White with #4BCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCEC; }
p { color: rgb(75,204,236); }
H1.HeaderClassName
{
color: #4BCCEC;
}
.AnyTagClassName
{
color: #4BCCEC;
}
</style>
background-color css
<style>
a { background-color: #4BCCEC; }
a { background-color: rgb(75,204,236); }
div.DivClassName
{
background-color: #4BCCEC;
}
.BgClassName
{
background-color: #4BCCEC;
}
</style>
border-color css
<style>
span { border-color: #4BCCEC; }
span { border-color: rgb(75,204,236); }
td.TdClassName
{
border-color: #4BCCEC;
}
.TagClassName
{
border-color: #4BCCEC;
}
</style>