Shades of Turquoise #4BDBDD
Tints of Turquoise #4BDBDD
RGB
CMYK
RGB Variations
Color information
#4BDBDD (or 0x4BDBDD) is known color: Turquoise. HEX triplet: 4B, DB and DD. RGB value is (75,219,221). Sum of RGB (Red+Green+Blue) = 75+219+221=515 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.56% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #4BDBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDBDD is #B42422. Grayscale: #B0B0B0. Windows color (decimal): -11805731 or 14539595. OLE color: 14539595.
HSL color Cylindrical-coordinate representation of color #4BDBDD: hue angle of 180.82º 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 #4BDBDD is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 219 | 221 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.13 |
| HSL | 180.82º | 0.68% | 0.58% | - |
| HSV(B) | 180.82º | 0.66% | 0.87% | - |
| XYZ | 41.28 | 57.38 | 77.31 | - |
| YUV | 176.17 | 153.29 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 221 | 0.66 | 0.01 | 0 | 0.13 | 180.82 | 0.68 | 0.58 |
| Hex | 4B | DB | DD | 42 | 1 | 0 | D | B5 | 44 | 3A |
| Octal | 113 | 333 | 335 | 102 | 1 | 0 | 15 | 265 | 104 | 72 |
| Binary | 1001011 | 11011011 | 11011101 | 1000010 | 1 | 0 | 1101 | 10110101 | 1000100 | 111010 |
Color Harmonies of #4BDBDD
Complementary color
Monochromatic Colors of #4BDBDD
Black with #4BDBDD
Text Example
Text Example
White with #4BDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDBDD; }
p { color: rgb(75,219,221); }
H1.HeaderClassName
{
color: #4BDBDD;
}
.AnyTagClassName
{
color: #4BDBDD;
}
</style>
background-color css
<style>
a { background-color: #4BDBDD; }
a { background-color: rgb(75,219,221); }
div.DivClassName
{
background-color: #4BDBDD;
}
.BgClassName
{
background-color: #4BDBDD;
}
</style>
border-color css
<style>
span { border-color: #4BDBDD; }
span { border-color: rgb(75,219,221); }
td.TdClassName
{
border-color: #4BDBDD;
}
.TagClassName
{
border-color: #4BDBDD;
}
</style>