Shades of Medium Turquoise #4BCFDC
Tints of Medium Turquoise #4BCFDC
RGB
CMYK
RGB Variations
Color information
#4BCFDC (or 0x4BCFDC) is known color: Medium Turquoise. HEX triplet: 4B, CF and DC. RGB value is (75,207,220). Sum of RGB (Red+Green+Blue) = 75+207+220=502 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.94% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BCFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCFDC is #B43023. Grayscale: #A8A8A8. Windows color (decimal): -11808804 or 14470987. OLE color: 14470987.
HSL color Cylindrical-coordinate representation of color #4BCFDC: hue angle of 185.38º 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 #4BCFDC is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 207 | 220 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.14 |
| HSL | 185.38º | 0.67% | 0.58% | - |
| HSV(B) | 185.38º | 0.66% | 0.86% | - |
| XYZ | 38.13 | 51.29 | 75.6 | - |
| YUV | 169.01 | 156.77 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 220 | 0.66 | 0.06 | 0 | 0.14 | 185.38 | 0.67 | 0.58 |
| Hex | 4B | CF | DC | 42 | 6 | 0 | E | B9 | 43 | 3A |
| Octal | 113 | 317 | 334 | 102 | 6 | 0 | 16 | 271 | 103 | 72 |
| Binary | 1001011 | 11001111 | 11011100 | 1000010 | 110 | 0 | 1110 | 10111001 | 1000011 | 111010 |
Color Harmonies of #4BCFDC
Complementary color
Monochromatic Colors of #4BCFDC
Black with #4BCFDC
Text Example
Text Example
White with #4BCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCFDC; }
p { color: rgb(75,207,220); }
H1.HeaderClassName
{
color: #4BCFDC;
}
.AnyTagClassName
{
color: #4BCFDC;
}
</style>
background-color css
<style>
a { background-color: #4BCFDC; }
a { background-color: rgb(75,207,220); }
div.DivClassName
{
background-color: #4BCFDC;
}
.BgClassName
{
background-color: #4BCFDC;
}
</style>
border-color css
<style>
span { border-color: #4BCFDC; }
span { border-color: rgb(75,207,220); }
td.TdClassName
{
border-color: #4BCFDC;
}
.TagClassName
{
border-color: #4BCFDC;
}
</style>