Shades of Turquoise #4BEAD1
Tints of Turquoise #4BEAD1
RGB
CMYK
RGB Variations
Color information
#4BEAD1 (or 0x4BEAD1) is known color: Turquoise. HEX triplet: 4B, EA and D1. RGB value is (75,234,209). Sum of RGB (Red+Green+Blue) = 75+234+209=518 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.48% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEAD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEAD1 is #B4152E. Grayscale: #B7B7B7. Windows color (decimal): -11801903 or 13757003. OLE color: 13757003.
HSL color Cylindrical-coordinate representation of color #4BEAD1: hue angle of 170.57º degrees, saturation: 0.79, 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 #4BEAD1 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 234 | 209 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.08 |
| HSL | 170.57º | 0.79% | 0.61% | - |
| HSV(B) | 170.57º | 0.68% | 0.92% | - |
| XYZ | 43.83 | 64.94 | 70.55 | - |
| YUV | 183.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 234 | 209 | 0.68 | 0 | 0.11 | 0.08 | 170.57 | 0.79 | 0.61 |
| Hex | 4B | EA | D1 | 44 | 0 | B | 8 | AB | 4F | 3D |
| Octal | 113 | 352 | 321 | 104 | 0 | 13 | 10 | 253 | 117 | 75 |
| Binary | 1001011 | 11101010 | 11010001 | 1000100 | 0 | 1011 | 1000 | 10101011 | 1001111 | 111101 |
Color Harmonies of #4BEAD1
Complementary color
Monochromatic Colors of #4BEAD1
Black with #4BEAD1
Text Example
Text Example
White with #4BEAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEAD1; }
p { color: rgb(75,234,209); }
H1.HeaderClassName
{
color: #4BEAD1;
}
.AnyTagClassName
{
color: #4BEAD1;
}
</style>
background-color css
<style>
a { background-color: #4BEAD1; }
a { background-color: rgb(75,234,209); }
div.DivClassName
{
background-color: #4BEAD1;
}
.BgClassName
{
background-color: #4BEAD1;
}
</style>
border-color css
<style>
span { border-color: #4BEAD1; }
span { border-color: rgb(75,234,209); }
td.TdClassName
{
border-color: #4BEAD1;
}
.TagClassName
{
border-color: #4BEAD1;
}
</style>