Shades of Turquoise #4BDDD3
Tints of Turquoise #4BDDD3
RGB
CMYK
RGB Variations
Color information
#4BDDD3 (or 0x4BDDD3) is known color: Turquoise. HEX triplet: 4B, DD and D3. RGB value is (75,221,211). Sum of RGB (Red+Green+Blue) = 75+221+211=507 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.79% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDDD3 is #B4222C. Grayscale: #B0B0B0. Windows color (decimal): -11805229 or 13884747. OLE color: 13884747.
HSL color Cylindrical-coordinate representation of color #4BDDD3: hue angle of 175.89º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDDD3 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 211 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.13 |
| HSL | 175.89º | 0.68% | 0.58% | - |
| HSV(B) | 175.89º | 0.66% | 0.87% | - |
| XYZ | 40.52 | 57.91 | 70.67 | - |
| YUV | 176.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 211 | 0.66 | 0 | 0.05 | 0.13 | 175.89 | 0.68 | 0.58 |
| Hex | 4B | DD | D3 | 42 | 0 | 5 | D | B0 | 44 | 3A |
| Octal | 113 | 335 | 323 | 102 | 0 | 5 | 15 | 260 | 104 | 72 |
| Binary | 1001011 | 11011101 | 11010011 | 1000010 | 0 | 101 | 1101 | 10110000 | 1000100 | 111010 |
Color Harmonies of #4BDDD3
Complementary color
Monochromatic Colors of #4BDDD3
Black with #4BDDD3
Text Example
Text Example
White with #4BDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDDD3; }
p { color: rgb(75,221,211); }
H1.HeaderClassName
{
color: #4BDDD3;
}
.AnyTagClassName
{
color: #4BDDD3;
}
</style>
background-color css
<style>
a { background-color: #4BDDD3; }
a { background-color: rgb(75,221,211); }
div.DivClassName
{
background-color: #4BDDD3;
}
.BgClassName
{
background-color: #4BDDD3;
}
</style>
border-color css
<style>
span { border-color: #4BDDD3; }
span { border-color: rgb(75,221,211); }
td.TdClassName
{
border-color: #4BDDD3;
}
.TagClassName
{
border-color: #4BDDD3;
}
</style>