Shades of Turquoise #4BEDD9
Tints of Turquoise #4BEDD9
RGB
CMYK
RGB Variations
Color information
#4BEDD9 (or 0x4BEDD9) is known color: Turquoise. HEX triplet: 4B, ED and D9. RGB value is (75,237,217). Sum of RGB (Red+Green+Blue) = 75+237+217=529 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.18% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #4BEDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEDD9 is #B41226. Grayscale: #BABABA. Windows color (decimal): -11801127 or 14282059. OLE color: 14282059.
HSL color Cylindrical-coordinate representation of color #4BEDD9: hue angle of 172.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEDD9 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 237 | 217 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.07 |
| HSL | 172.59º | 0.82% | 0.61% | - |
| HSV(B) | 172.59º | 0.68% | 0.93% | - |
| XYZ | 45.71 | 67.07 | 76.18 | - |
| YUV | 186.28 | 145.33 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 237 | 217 | 0.68 | 0 | 0.08 | 0.07 | 172.59 | 0.82 | 0.61 |
| Hex | 4B | ED | D9 | 44 | 0 | 8 | 7 | AD | 52 | 3D |
| Octal | 113 | 355 | 331 | 104 | 0 | 10 | 7 | 255 | 122 | 75 |
| Binary | 1001011 | 11101101 | 11011001 | 1000100 | 0 | 1000 | 111 | 10101101 | 1010010 | 111101 |
Color Harmonies of #4BEDD9
Complementary color
Monochromatic Colors of #4BEDD9
Black with #4BEDD9
Text Example
Text Example
White with #4BEDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEDD9; }
p { color: rgb(75,237,217); }
H1.HeaderClassName
{
color: #4BEDD9;
}
.AnyTagClassName
{
color: #4BEDD9;
}
</style>
background-color css
<style>
a { background-color: #4BEDD9; }
a { background-color: rgb(75,237,217); }
div.DivClassName
{
background-color: #4BEDD9;
}
.BgClassName
{
background-color: #4BEDD9;
}
</style>
border-color css
<style>
span { border-color: #4BEDD9; }
span { border-color: rgb(75,237,217); }
td.TdClassName
{
border-color: #4BEDD9;
}
.TagClassName
{
border-color: #4BEDD9;
}
</style>