Shades of Medium Turquoise #4BDACF
Tints of Medium Turquoise #4BDACF
RGB
CMYK
RGB Variations
Color information
#4BDACF (or 0x4BDACF) is known color: Medium Turquoise. HEX triplet: 4B, DA and CF. RGB value is (75,218,207). Sum of RGB (Red+Green+Blue) = 75+218+207=500 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDACF is #B42530. Grayscale: #ADADAD. Windows color (decimal): -11806001 or 13621835. OLE color: 13621835.
HSL color Cylindrical-coordinate representation of color #4BDACF: hue angle of 175.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDACF is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 207 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.15 |
| HSL | 175.38º | 0.66% | 0.57% | - |
| HSV(B) | 175.38º | 0.66% | 0.85% | - |
| XYZ | 39.24 | 56.14 | 67.8 | - |
| YUV | 173.99 | 146.62 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 207 | 0.66 | 0 | 0.05 | 0.15 | 175.38 | 0.66 | 0.57 |
| Hex | 4B | DA | CF | 42 | 0 | 5 | F | AF | 42 | 39 |
| Octal | 113 | 332 | 317 | 102 | 0 | 5 | 17 | 257 | 102 | 71 |
| Binary | 1001011 | 11011010 | 11001111 | 1000010 | 0 | 101 | 1111 | 10101111 | 1000010 | 111001 |
Color Harmonies of #4BDACF
Complementary color
Monochromatic Colors of #4BDACF
Black with #4BDACF
Text Example
Text Example
White with #4BDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDACF; }
p { color: rgb(75,218,207); }
H1.HeaderClassName
{
color: #4BDACF;
}
.AnyTagClassName
{
color: #4BDACF;
}
</style>
background-color css
<style>
a { background-color: #4BDACF; }
a { background-color: rgb(75,218,207); }
div.DivClassName
{
background-color: #4BDACF;
}
.BgClassName
{
background-color: #4BDACF;
}
</style>
border-color css
<style>
span { border-color: #4BDACF; }
span { border-color: rgb(75,218,207); }
td.TdClassName
{
border-color: #4BDACF;
}
.TagClassName
{
border-color: #4BDACF;
}
</style>