Shades of Medium Turquoise #4BDADB
Tints of Medium Turquoise #4BDADB
RGB
CMYK
RGB Variations
Color information
#4BDADB (or 0x4BDADB) is known color: Medium Turquoise. HEX triplet: 4B, DA and DB. RGB value is (75,218,219). Sum of RGB (Red+Green+Blue) = 75+218+219=512 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.65% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #4BDADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDADB is #B42524. Grayscale: #AFAFAF. Windows color (decimal): -11805989 or 14408267. OLE color: 14408267.
HSL color Cylindrical-coordinate representation of color #4BDADB: hue angle of 180.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDADB is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 218 | 219 | - |
| CMYK | 0.66 | 0.00 | 0 | 0.14 |
| HSL | 180.42º | 0.67% | 0.58% | - |
| HSV(B) | 180.42º | 0.66% | 0.86% | - |
| XYZ | 40.76 | 56.75 | 75.82 | - |
| YUV | 175.36 | 152.62 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 219 | 0.66 | 0.00 | 0 | 0.14 | 180.42 | 0.67 | 0.58 |
| Hex | 4B | DA | DB | 42 | 0 | 0 | E | B4 | 43 | 3A |
| Octal | 113 | 332 | 333 | 102 | 0 | 0 | 16 | 264 | 103 | 72 |
| Binary | 1001011 | 11011010 | 11011011 | 1000010 | 0 | 0 | 1110 | 10110100 | 1000011 | 111010 |
Color Harmonies of #4BDADB
Complementary color
Monochromatic Colors of #4BDADB
Black with #4BDADB
Text Example
Text Example
White with #4BDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDADB; }
p { color: rgb(75,218,219); }
H1.HeaderClassName
{
color: #4BDADB;
}
.AnyTagClassName
{
color: #4BDADB;
}
</style>
background-color css
<style>
a { background-color: #4BDADB; }
a { background-color: rgb(75,218,219); }
div.DivClassName
{
background-color: #4BDADB;
}
.BgClassName
{
background-color: #4BDADB;
}
</style>
border-color css
<style>
span { border-color: #4BDADB; }
span { border-color: rgb(75,218,219); }
td.TdClassName
{
border-color: #4BDADB;
}
.TagClassName
{
border-color: #4BDADB;
}
</style>