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