Shades of Medium Turquoise #4BCFD7
Tints of Medium Turquoise #4BCFD7
RGB
CMYK
RGB Variations
Color information
#4BCFD7 (or 0x4BCFD7) is known color: Medium Turquoise. HEX triplet: 4B, CF and D7. RGB value is (75,207,215). Sum of RGB (Red+Green+Blue) = 75+207+215=497 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.09% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #4BCFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCFD7 is #B43028. Grayscale: #A8A8A8. Windows color (decimal): -11808809 or 14143307. OLE color: 14143307.
HSL color Cylindrical-coordinate representation of color #4BCFD7: hue angle of 183.43º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BCFD7 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 207 | 215 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.16 |
| HSL | 183.43º | 0.64% | 0.57% | - |
| HSV(B) | 183.43º | 0.65% | 0.84% | - |
| XYZ | 37.48 | 51.03 | 72.16 | - |
| YUV | 168.44 | 154.27 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 215 | 0.65 | 0.04 | 0 | 0.16 | 183.43 | 0.64 | 0.57 |
| Hex | 4B | CF | D7 | 41 | 4 | 0 | 10 | B7 | 40 | 39 |
| Octal | 113 | 317 | 327 | 101 | 4 | 0 | 20 | 267 | 100 | 71 |
| Binary | 1001011 | 11001111 | 11010111 | 1000001 | 100 | 0 | 10000 | 10110111 | 1000000 | 111001 |
Color Harmonies of #4BCFD7
Complementary color
Monochromatic Colors of #4BCFD7
Black with #4BCFD7
Text Example
Text Example
White with #4BCFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCFD7; }
p { color: rgb(75,207,215); }
H1.HeaderClassName
{
color: #4BCFD7;
}
.AnyTagClassName
{
color: #4BCFD7;
}
</style>
background-color css
<style>
a { background-color: #4BCFD7; }
a { background-color: rgb(75,207,215); }
div.DivClassName
{
background-color: #4BCFD7;
}
.BgClassName
{
background-color: #4BCFD7;
}
</style>
border-color css
<style>
span { border-color: #4BCFD7; }
span { border-color: rgb(75,207,215); }
td.TdClassName
{
border-color: #4BCFD7;
}
.TagClassName
{
border-color: #4BCFD7;
}
</style>