Shades of Medium Turquoise #4CC3CF
Tints of Medium Turquoise #4CC3CF
RGB
CMYK
RGB Variations
Color information
#4CC3CF (or 0x4CC3CF) is known color: Medium Turquoise. HEX triplet: 4C, C3 and CF. RGB value is (76,195,207). Sum of RGB (Red+Green+Blue) = 76+195+207=478 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.90% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #4CC3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC3CF is #B33C30. Grayscale: #A0A0A0. Windows color (decimal): -11746353 or 13615948. OLE color: 13615948.
HSL color Cylindrical-coordinate representation of color #4CC3CF: hue angle of 185.5º 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 #4CC3CF is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 195 | 207 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.19 |
| HSL | 185.5º | 0.58% | 0.55% | - |
| HSV(B) | 185.5º | 0.63% | 0.81% | - |
| XYZ | 33.76 | 45.07 | 65.95 | - |
| YUV | 160.79 | 154.08 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 207 | 0.63 | 0.06 | 0 | 0.19 | 185.5 | 0.58 | 0.55 |
| Hex | 4C | C3 | CF | 3F | 6 | 0 | 13 | B9 | 3A | 37 |
| Octal | 114 | 303 | 317 | 77 | 6 | 0 | 23 | 271 | 72 | 67 |
| Binary | 1001100 | 11000011 | 11001111 | 111111 | 110 | 0 | 10011 | 10111001 | 111010 | 110111 |
Color Harmonies of #4CC3CF
Complementary color
Monochromatic Colors of #4CC3CF
Black with #4CC3CF
Text Example
Text Example
White with #4CC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC3CF; }
p { color: rgb(76,195,207); }
H1.HeaderClassName
{
color: #4CC3CF;
}
.AnyTagClassName
{
color: #4CC3CF;
}
</style>
background-color css
<style>
a { background-color: #4CC3CF; }
a { background-color: rgb(76,195,207); }
div.DivClassName
{
background-color: #4CC3CF;
}
.BgClassName
{
background-color: #4CC3CF;
}
</style>
border-color css
<style>
span { border-color: #4CC3CF; }
span { border-color: rgb(76,195,207); }
td.TdClassName
{
border-color: #4CC3CF;
}
.TagClassName
{
border-color: #4CC3CF;
}
</style>