Shades of Turquoise #4BEBD2
Tints of Turquoise #4BEBD2
RGB
CMYK
RGB Variations
Color information
#4BEBD2 (or 0x4BEBD2) is known color: Turquoise. HEX triplet: 4B, EB and D2. RGB value is (75,235,210). Sum of RGB (Red+Green+Blue) = 75+235+210=520 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.42% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #4BEBD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEBD2 is #B4142D. Grayscale: #B8B8B8. Windows color (decimal): -11801646 or 13822795. OLE color: 13822795.
HSL color Cylindrical-coordinate representation of color #4BEBD2: hue angle of 170.62º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEBD2 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 235 | 210 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.08 |
| HSL | 170.63º | 0.8% | 0.61% | - |
| HSV(B) | 170.63º | 0.68% | 0.92% | - |
| XYZ | 44.24 | 65.57 | 71.3 | - |
| YUV | 184.31 | 142.49 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 235 | 210 | 0.68 | 0 | 0.11 | 0.08 | 170.63 | 0.8 | 0.61 |
| Hex | 4B | EB | D2 | 44 | 0 | B | 8 | AB | 50 | 3D |
| Octal | 113 | 353 | 322 | 104 | 0 | 13 | 10 | 253 | 120 | 75 |
| Binary | 1001011 | 11101011 | 11010010 | 1000100 | 0 | 1011 | 1000 | 10101011 | 1010000 | 111101 |
Color Harmonies of #4BEBD2
Complementary color
Monochromatic Colors of #4BEBD2
Black with #4BEBD2
Text Example
Text Example
White with #4BEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEBD2; }
p { color: rgb(75,235,210); }
H1.HeaderClassName
{
color: #4BEBD2;
}
.AnyTagClassName
{
color: #4BEBD2;
}
</style>
background-color css
<style>
a { background-color: #4BEBD2; }
a { background-color: rgb(75,235,210); }
div.DivClassName
{
background-color: #4BEBD2;
}
.BgClassName
{
background-color: #4BEBD2;
}
</style>
border-color css
<style>
span { border-color: #4BEBD2; }
span { border-color: rgb(75,235,210); }
td.TdClassName
{
border-color: #4BEBD2;
}
.TagClassName
{
border-color: #4BEBD2;
}
</style>