Shades of Medium Turquoise #4BD2CC
Tints of Medium Turquoise #4BD2CC
RGB
CMYK
RGB Variations
Color information
#4BD2CC (or 0x4BD2CC) is known color: Medium Turquoise. HEX triplet: 4B, D2 and CC. RGB value is (75,210,204). Sum of RGB (Red+Green+Blue) = 75+210+204=489 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.34% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD2CC is #B42D33. Grayscale: #A8A8A8. Windows color (decimal): -11808052 or 13423179. OLE color: 13423179.
HSL color Cylindrical-coordinate representation of color #4BD2CC: hue angle of 177.33º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD2CC is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 210 | 204 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.18 |
| HSL | 177.33º | 0.6% | 0.56% | - |
| HSV(B) | 177.33º | 0.64% | 0.82% | - |
| XYZ | 36.85 | 51.95 | 65.21 | - |
| YUV | 168.95 | 147.77 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 210 | 204 | 0.64 | 0 | 0.03 | 0.18 | 177.33 | 0.6 | 0.56 |
| Hex | 4B | D2 | CC | 40 | 0 | 3 | 12 | B1 | 3C | 38 |
| Octal | 113 | 322 | 314 | 100 | 0 | 3 | 22 | 261 | 74 | 70 |
| Binary | 1001011 | 11010010 | 11001100 | 1000000 | 0 | 11 | 10010 | 10110001 | 111100 | 111000 |
Color Harmonies of #4BD2CC
Complementary color
Monochromatic Colors of #4BD2CC
Black with #4BD2CC
Text Example
Text Example
White with #4BD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD2CC; }
p { color: rgb(75,210,204); }
H1.HeaderClassName
{
color: #4BD2CC;
}
.AnyTagClassName
{
color: #4BD2CC;
}
</style>
background-color css
<style>
a { background-color: #4BD2CC; }
a { background-color: rgb(75,210,204); }
div.DivClassName
{
background-color: #4BD2CC;
}
.BgClassName
{
background-color: #4BD2CC;
}
</style>
border-color css
<style>
span { border-color: #4BD2CC; }
span { border-color: rgb(75,210,204); }
td.TdClassName
{
border-color: #4BD2CC;
}
.TagClassName
{
border-color: #4BD2CC;
}
</style>