Shades of Turquoise #4BDFDB
Tints of Turquoise #4BDFDB
RGB
CMYK
RGB Variations
Color information
#4BDFDB (or 0x4BDFDB) is known color: Turquoise. HEX triplet: 4B, DF and DB. RGB value is (75,223,219). Sum of RGB (Red+Green+Blue) = 75+223+219=517 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.51% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFDB is #B42024. Grayscale: #B2B2B2. Windows color (decimal): -11804709 or 14409547. OLE color: 14409547.
HSL color Cylindrical-coordinate representation of color #4BDFDB: hue angle of 178.38º degrees, saturation: 0.7, 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 #4BDFDB is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 219 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.13 |
| HSL | 178.38º | 0.7% | 0.58% | - |
| HSV(B) | 178.38º | 0.66% | 0.87% | - |
| XYZ | 42.08 | 59.39 | 76.26 | - |
| YUV | 178.29 | 150.97 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 219 | 0.66 | 0 | 0.02 | 0.13 | 178.38 | 0.7 | 0.58 |
| Hex | 4B | DF | DB | 42 | 0 | 2 | D | B2 | 46 | 3A |
| Octal | 113 | 337 | 333 | 102 | 0 | 2 | 15 | 262 | 106 | 72 |
| Binary | 1001011 | 11011111 | 11011011 | 1000010 | 0 | 10 | 1101 | 10110010 | 1000110 | 111010 |
Color Harmonies of #4BDFDB
Complementary color
Monochromatic Colors of #4BDFDB
Black with #4BDFDB
Text Example
Text Example
White with #4BDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFDB; }
p { color: rgb(75,223,219); }
H1.HeaderClassName
{
color: #4BDFDB;
}
.AnyTagClassName
{
color: #4BDFDB;
}
</style>
background-color css
<style>
a { background-color: #4BDFDB; }
a { background-color: rgb(75,223,219); }
div.DivClassName
{
background-color: #4BDFDB;
}
.BgClassName
{
background-color: #4BDFDB;
}
</style>
border-color css
<style>
span { border-color: #4BDFDB; }
span { border-color: rgb(75,223,219); }
td.TdClassName
{
border-color: #4BDFDB;
}
.TagClassName
{
border-color: #4BDFDB;
}
</style>