Shades of Medium Turquoise #4CCFCC
Tints of Medium Turquoise #4CCFCC
RGB
CMYK
RGB Variations
Color information
#4CCFCC (or 0x4CCFCC) is known color: Medium Turquoise. HEX triplet: 4C, CF and CC. RGB value is (76,207,204). Sum of RGB (Red+Green+Blue) = 76+207+204=487 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.61% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFCC is #B33033. Grayscale: #A7A7A7. Windows color (decimal): -11743284 or 13422412. OLE color: 13422412.
HSL color Cylindrical-coordinate representation of color #4CCFCC: hue angle of 178.63º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCFCC is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 204 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.19 |
| HSL | 178.63º | 0.58% | 0.55% | - |
| HSV(B) | 178.63º | 0.63% | 0.81% | - |
| XYZ | 36.19 | 50.52 | 64.97 | - |
| YUV | 167.49 | 148.6 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 204 | 0.63 | 0 | 0.01 | 0.19 | 178.63 | 0.58 | 0.55 |
| Hex | 4C | CF | CC | 3F | 0 | 1 | 13 | B3 | 3A | 37 |
| Octal | 114 | 317 | 314 | 77 | 0 | 1 | 23 | 263 | 72 | 67 |
| Binary | 1001100 | 11001111 | 11001100 | 111111 | 0 | 1 | 10011 | 10110011 | 111010 | 110111 |
Color Harmonies of #4CCFCC
Complementary color
Monochromatic Colors of #4CCFCC
Black with #4CCFCC
Text Example
Text Example
White with #4CCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFCC; }
p { color: rgb(76,207,204); }
H1.HeaderClassName
{
color: #4CCFCC;
}
.AnyTagClassName
{
color: #4CCFCC;
}
</style>
background-color css
<style>
a { background-color: #4CCFCC; }
a { background-color: rgb(76,207,204); }
div.DivClassName
{
background-color: #4CCFCC;
}
.BgClassName
{
background-color: #4CCFCC;
}
</style>
border-color css
<style>
span { border-color: #4CCFCC; }
span { border-color: rgb(76,207,204); }
td.TdClassName
{
border-color: #4CCFCC;
}
.TagClassName
{
border-color: #4CCFCC;
}
</style>