Shades of Turquoise #4BDFBF
Tints of Turquoise #4BDFBF
RGB
CMYK
RGB Variations
Color information
#4BDFBF (or 0x4BDFBF) is known color: Turquoise. HEX triplet: 4B, DF and BF. RGB value is (75,223,191). Sum of RGB (Red+Green+Blue) = 75+223+191=489 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.34% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFBF is #B42040. Grayscale: #AFAFAF. Windows color (decimal): -11804737 or 12574539. OLE color: 12574539.
HSL color Cylindrical-coordinate representation of color #4BDFBF: hue angle of 167.03º 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 #4BDFBF is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 191 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.13 |
| HSL | 167.03º | 0.7% | 0.58% | - |
| HSV(B) | 167.03º | 0.66% | 0.87% | - |
| XYZ | 38.69 | 58.03 | 58.45 | - |
| YUV | 175.1 | 136.97 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 191 | 0.66 | 0 | 0.14 | 0.13 | 167.03 | 0.7 | 0.58 |
| Hex | 4B | DF | BF | 42 | 0 | E | D | A7 | 46 | 3A |
| Octal | 113 | 337 | 277 | 102 | 0 | 16 | 15 | 247 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10111111 | 1000010 | 0 | 1110 | 1101 | 10100111 | 1000110 | 111010 |
Color Harmonies of #4BDFBF
Complementary color
Monochromatic Colors of #4BDFBF
Black with #4BDFBF
Text Example
Text Example
White with #4BDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFBF; }
p { color: rgb(75,223,191); }
H1.HeaderClassName
{
color: #4BDFBF;
}
.AnyTagClassName
{
color: #4BDFBF;
}
</style>
background-color css
<style>
a { background-color: #4BDFBF; }
a { background-color: rgb(75,223,191); }
div.DivClassName
{
background-color: #4BDFBF;
}
.BgClassName
{
background-color: #4BDFBF;
}
</style>
border-color css
<style>
span { border-color: #4BDFBF; }
span { border-color: rgb(75,223,191); }
td.TdClassName
{
border-color: #4BDFBF;
}
.TagClassName
{
border-color: #4BDFBF;
}
</style>