Shades of Medium Turquoise #4BCFCC
Tints of Medium Turquoise #4BCFCC
RGB
CMYK
RGB Variations
Color information
#4BCFCC (or 0x4BCFCC) is known color: Medium Turquoise. HEX triplet: 4B, CF and CC. RGB value is (75,207,204). Sum of RGB (Red+Green+Blue) = 75+207+204=486 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.43% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCFCC is #B43033. Grayscale: #A7A7A7. Windows color (decimal): -11808820 or 13422411. OLE color: 13422411.
HSL color Cylindrical-coordinate representation of color #4BCFCC: hue angle of 178.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCFCC is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 207 | 204 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.19 |
| HSL | 178.64º | 0.58% | 0.55% | - |
| HSV(B) | 178.64º | 0.64% | 0.81% | - |
| XYZ | 36.11 | 50.48 | 64.97 | - |
| YUV | 167.19 | 148.77 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 204 | 0.64 | 0 | 0.01 | 0.19 | 178.64 | 0.58 | 0.55 |
| Hex | 4B | CF | CC | 40 | 0 | 1 | 13 | B3 | 3A | 37 |
| Octal | 113 | 317 | 314 | 100 | 0 | 1 | 23 | 263 | 72 | 67 |
| Binary | 1001011 | 11001111 | 11001100 | 1000000 | 0 | 1 | 10011 | 10110011 | 111010 | 110111 |
Color Harmonies of #4BCFCC
Complementary color
Monochromatic Colors of #4BCFCC
Black with #4BCFCC
Text Example
Text Example
White with #4BCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCFCC; }
p { color: rgb(75,207,204); }
H1.HeaderClassName
{
color: #4BCFCC;
}
.AnyTagClassName
{
color: #4BCFCC;
}
</style>
background-color css
<style>
a { background-color: #4BCFCC; }
a { background-color: rgb(75,207,204); }
div.DivClassName
{
background-color: #4BCFCC;
}
.BgClassName
{
background-color: #4BCFCC;
}
</style>
border-color css
<style>
span { border-color: #4BCFCC; }
span { border-color: rgb(75,207,204); }
td.TdClassName
{
border-color: #4BCFCC;
}
.TagClassName
{
border-color: #4BCFCC;
}
</style>