Shades of Turquoise #4BE8CB
Tints of Turquoise #4BE8CB
RGB
CMYK
RGB Variations
Color information
#4BE8CB (or 0x4BE8CB) is known color: Turquoise. HEX triplet: 4B, E8 and CB. RGB value is (75,232,203). Sum of RGB (Red+Green+Blue) = 75+232+203=510 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.71% from 510); Green value is 232 (91.02% from 255 or 45.49% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 232 - color contains mainly: green. Hex color #4BE8CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE8CB is #B41734. Grayscale: #B5B5B5. Windows color (decimal): -11802421 or 13363275. OLE color: 13363275.
HSL color Cylindrical-coordinate representation of color #4BE8CB: hue angle of 168.92º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE8CB is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 232 | 203 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.09 |
| HSL | 168.92º | 0.77% | 0.6% | - |
| HSV(B) | 168.92º | 0.68% | 0.91% | - |
| XYZ | 42.54 | 63.52 | 66.52 | - |
| YUV | 181.75 | 139.99 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 232 | 203 | 0.68 | 0 | 0.12 | 0.09 | 168.92 | 0.77 | 0.6 |
| Hex | 4B | E8 | CB | 44 | 0 | C | 9 | A9 | 4D | 3C |
| Octal | 113 | 350 | 313 | 104 | 0 | 14 | 11 | 251 | 115 | 74 |
| Binary | 1001011 | 11101000 | 11001011 | 1000100 | 0 | 1100 | 1001 | 10101001 | 1001101 | 111100 |
Color Harmonies of #4BE8CB
Complementary color
Monochromatic Colors of #4BE8CB
Black with #4BE8CB
Text Example
Text Example
White with #4BE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE8CB; }
p { color: rgb(75,232,203); }
H1.HeaderClassName
{
color: #4BE8CB;
}
.AnyTagClassName
{
color: #4BE8CB;
}
</style>
background-color css
<style>
a { background-color: #4BE8CB; }
a { background-color: rgb(75,232,203); }
div.DivClassName
{
background-color: #4BE8CB;
}
.BgClassName
{
background-color: #4BE8CB;
}
</style>
border-color css
<style>
span { border-color: #4BE8CB; }
span { border-color: rgb(75,232,203); }
td.TdClassName
{
border-color: #4BE8CB;
}
.TagClassName
{
border-color: #4BE8CB;
}
</style>