Shades of Medium Turquoise #4CCFCB
Tints of Medium Turquoise #4CCFCB
RGB
CMYK
RGB Variations
Color information
#4CCFCB (or 0x4CCFCB) is known color: Medium Turquoise. HEX triplet: 4C, CF and CB. RGB value is (76,207,203). Sum of RGB (Red+Green+Blue) = 76+207+203=486 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.64% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFCB is #B33034. Grayscale: #A7A7A7. Windows color (decimal): -11743285 or 13356876. OLE color: 13356876.
HSL color Cylindrical-coordinate representation of color #4CCFCB: hue angle of 178.17º 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 #4CCFCB is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 203 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.19 |
| HSL | 178.17º | 0.58% | 0.55% | - |
| HSV(B) | 178.17º | 0.63% | 0.81% | - |
| XYZ | 36.07 | 50.47 | 64.34 | - |
| YUV | 167.38 | 148.1 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 203 | 0.63 | 0 | 0.02 | 0.19 | 178.17 | 0.58 | 0.55 |
| Hex | 4C | CF | CB | 3F | 0 | 2 | 13 | B2 | 3A | 37 |
| Octal | 114 | 317 | 313 | 77 | 0 | 2 | 23 | 262 | 72 | 67 |
| Binary | 1001100 | 11001111 | 11001011 | 111111 | 0 | 10 | 10011 | 10110010 | 111010 | 110111 |
Color Harmonies of #4CCFCB
Complementary color
Monochromatic Colors of #4CCFCB
Black with #4CCFCB
Text Example
Text Example
White with #4CCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFCB; }
p { color: rgb(76,207,203); }
H1.HeaderClassName
{
color: #4CCFCB;
}
.AnyTagClassName
{
color: #4CCFCB;
}
</style>
background-color css
<style>
a { background-color: #4CCFCB; }
a { background-color: rgb(76,207,203); }
div.DivClassName
{
background-color: #4CCFCB;
}
.BgClassName
{
background-color: #4CCFCB;
}
</style>
border-color css
<style>
span { border-color: #4CCFCB; }
span { border-color: rgb(76,207,203); }
td.TdClassName
{
border-color: #4CCFCB;
}
.TagClassName
{
border-color: #4CCFCB;
}
</style>