Shades of Turquoise #4BEAD0
Tints of Turquoise #4BEAD0
RGB
CMYK
RGB Variations
Color information
#4BEAD0 (or 0x4BEAD0) is known color: Turquoise. HEX triplet: 4B, EA and D0. RGB value is (75,234,208). Sum of RGB (Red+Green+Blue) = 75+234+208=517 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.51% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEAD0 is #B4152F. Grayscale: #B7B7B7. Windows color (decimal): -11801904 or 13691467. OLE color: 13691467.
HSL color Cylindrical-coordinate representation of color #4BEAD0: hue angle of 170.19º 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 #4BEAD0 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 234 | 208 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.08 |
| HSL | 170.19º | 0.79% | 0.61% | - |
| HSV(B) | 170.19º | 0.68% | 0.92% | - |
| XYZ | 43.71 | 64.9 | 69.9 | - |
| YUV | 183.5 | 141.82 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 234 | 208 | 0.68 | 0 | 0.11 | 0.08 | 170.19 | 0.79 | 0.61 |
| Hex | 4B | EA | D0 | 44 | 0 | B | 8 | AA | 4F | 3D |
| Octal | 113 | 352 | 320 | 104 | 0 | 13 | 10 | 252 | 117 | 75 |
| Binary | 1001011 | 11101010 | 11010000 | 1000100 | 0 | 1011 | 1000 | 10101010 | 1001111 | 111101 |
Color Harmonies of #4BEAD0
Complementary color
Monochromatic Colors of #4BEAD0
Black with #4BEAD0
Text Example
Text Example
White with #4BEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEAD0; }
p { color: rgb(75,234,208); }
H1.HeaderClassName
{
color: #4BEAD0;
}
.AnyTagClassName
{
color: #4BEAD0;
}
</style>
background-color css
<style>
a { background-color: #4BEAD0; }
a { background-color: rgb(75,234,208); }
div.DivClassName
{
background-color: #4BEAD0;
}
.BgClassName
{
background-color: #4BEAD0;
}
</style>
border-color css
<style>
span { border-color: #4BEAD0; }
span { border-color: rgb(75,234,208); }
td.TdClassName
{
border-color: #4BEAD0;
}
.TagClassName
{
border-color: #4BEAD0;
}
</style>