Shades of Turquoise #4BDFBA
Tints of Turquoise #4BDFBA
RGB
CMYK
RGB Variations
Color information
#4BDFBA (or 0x4BDFBA) is known color: Turquoise. HEX triplet: 4B, DF and BA. RGB value is (75,223,186). Sum of RGB (Red+Green+Blue) = 75+223+186=484 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.50% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFBA is #B42045. Grayscale: #AEAEAE. Windows color (decimal): -11804742 or 12246859. OLE color: 12246859.
HSL color Cylindrical-coordinate representation of color #4BDFBA: hue angle of 165º 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 #4BDFBA is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 186 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.13 |
| HSL | 165º | 0.7% | 0.58% | - |
| HSV(B) | 165º | 0.66% | 0.87% | - |
| XYZ | 38.15 | 57.82 | 55.6 | - |
| YUV | 174.53 | 134.47 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 186 | 0.66 | 0 | 0.17 | 0.13 | 165 | 0.7 | 0.58 |
| Hex | 4B | DF | BA | 42 | 0 | 11 | D | A5 | 46 | 3A |
| Octal | 113 | 337 | 272 | 102 | 0 | 21 | 15 | 245 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10111010 | 1000010 | 0 | 10001 | 1101 | 10100101 | 1000110 | 111010 |
Color Harmonies of #4BDFBA
Complementary color
Monochromatic Colors of #4BDFBA
Black with #4BDFBA
Text Example
Text Example
White with #4BDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFBA; }
p { color: rgb(75,223,186); }
H1.HeaderClassName
{
color: #4BDFBA;
}
.AnyTagClassName
{
color: #4BDFBA;
}
</style>
background-color css
<style>
a { background-color: #4BDFBA; }
a { background-color: rgb(75,223,186); }
div.DivClassName
{
background-color: #4BDFBA;
}
.BgClassName
{
background-color: #4BDFBA;
}
</style>
border-color css
<style>
span { border-color: #4BDFBA; }
span { border-color: rgb(75,223,186); }
td.TdClassName
{
border-color: #4BDFBA;
}
.TagClassName
{
border-color: #4BDFBA;
}
</style>