Shades of Turquoise #4BE8D1
Tints of Turquoise #4BE8D1
RGB
CMYK
RGB Variations
Color information
#4BE8D1 (or 0x4BE8D1) is known color: Turquoise. HEX triplet: 4B, E8 and D1. RGB value is (75,232,209). Sum of RGB (Red+Green+Blue) = 75+232+209=516 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.53% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #4BE8D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE8D1 is #B4172E. Grayscale: #B6B6B6. Windows color (decimal): -11802415 or 13756491. OLE color: 13756491.
HSL color Cylindrical-coordinate representation of color #4BE8D1: hue angle of 171.21º 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 #4BE8D1 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 232 | 209 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.09 |
| HSL | 171.21º | 0.77% | 0.6% | - |
| HSV(B) | 171.21º | 0.68% | 0.91% | - |
| XYZ | 43.27 | 63.81 | 70.36 | - |
| YUV | 182.44 | 142.99 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 232 | 209 | 0.68 | 0 | 0.10 | 0.09 | 171.21 | 0.77 | 0.6 |
| Hex | 4B | E8 | D1 | 44 | 0 | A | 9 | AB | 4D | 3C |
| Octal | 113 | 350 | 321 | 104 | 0 | 12 | 11 | 253 | 115 | 74 |
| Binary | 1001011 | 11101000 | 11010001 | 1000100 | 0 | 1010 | 1001 | 10101011 | 1001101 | 111100 |
Color Harmonies of #4BE8D1
Complementary color
Monochromatic Colors of #4BE8D1
Black with #4BE8D1
Text Example
Text Example
White with #4BE8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE8D1; }
p { color: rgb(75,232,209); }
H1.HeaderClassName
{
color: #4BE8D1;
}
.AnyTagClassName
{
color: #4BE8D1;
}
</style>
background-color css
<style>
a { background-color: #4BE8D1; }
a { background-color: rgb(75,232,209); }
div.DivClassName
{
background-color: #4BE8D1;
}
.BgClassName
{
background-color: #4BE8D1;
}
</style>
border-color css
<style>
span { border-color: #4BE8D1; }
span { border-color: rgb(75,232,209); }
td.TdClassName
{
border-color: #4BE8D1;
}
.TagClassName
{
border-color: #4BE8D1;
}
</style>