Shades of Turquoise Blue #4BDCEC
Tints of Turquoise Blue #4BDCEC
RGB
CMYK
RGB Variations
Color information
#4BDCEC (or 0x4BDCEC) is known color: Turquoise Blue. HEX triplet: 4B, DC and EC. RGB value is (75,220,236). Sum of RGB (Red+Green+Blue) = 75+220+236=531 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.12% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #4BDCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDCEC is #B42313. Grayscale: #B2B2B2. Windows color (decimal): -11805460 or 15522891. OLE color: 15522891.
HSL color Cylindrical-coordinate representation of color #4BDCEC: hue angle of 185.96º 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 #4BDCEC is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 220 | 236 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.07 |
| HSL | 185.96º | 0.81% | 0.61% | - |
| HSV(B) | 185.96º | 0.68% | 0.93% | - |
| XYZ | 43.64 | 58.74 | 88.39 | - |
| YUV | 178.47 | 160.46 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 236 | 0.68 | 0.07 | 0 | 0.07 | 185.96 | 0.81 | 0.61 |
| Hex | 4B | DC | EC | 44 | 7 | 0 | 7 | BA | 51 | 3D |
| Octal | 113 | 334 | 354 | 104 | 7 | 0 | 7 | 272 | 121 | 75 |
| Binary | 1001011 | 11011100 | 11101100 | 1000100 | 111 | 0 | 111 | 10111010 | 1010001 | 111101 |
Color Harmonies of #4BDCEC
Complementary color
Monochromatic Colors of #4BDCEC
Black with #4BDCEC
Text Example
Text Example
White with #4BDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDCEC; }
p { color: rgb(75,220,236); }
H1.HeaderClassName
{
color: #4BDCEC;
}
.AnyTagClassName
{
color: #4BDCEC;
}
</style>
background-color css
<style>
a { background-color: #4BDCEC; }
a { background-color: rgb(75,220,236); }
div.DivClassName
{
background-color: #4BDCEC;
}
.BgClassName
{
background-color: #4BDCEC;
}
</style>
border-color css
<style>
span { border-color: #4BDCEC; }
span { border-color: rgb(75,220,236); }
td.TdClassName
{
border-color: #4BDCEC;
}
.TagClassName
{
border-color: #4BDCEC;
}
</style>