Shades of Turquoise #4CDFC0
Tints of Turquoise #4CDFC0
RGB
CMYK
RGB Variations
Color information
#4CDFC0 (or 0x4CDFC0) is known color: Turquoise. HEX triplet: 4C, DF and C0. RGB value is (76,223,192). Sum of RGB (Red+Green+Blue) = 76+223+192=491 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.48% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFC0 is #B3203F. Grayscale: #AFAFAF. Windows color (decimal): -11739200 or 12640076. OLE color: 12640076.
HSL color Cylindrical-coordinate representation of color #4CDFC0: hue angle of 167.35º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDFC0 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 192 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.13 |
| HSL | 167.35º | 0.7% | 0.59% | - |
| HSV(B) | 167.35º | 0.66% | 0.87% | - |
| XYZ | 38.88 | 58.12 | 59.04 | - |
| YUV | 175.51 | 137.3 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 192 | 0.66 | 0 | 0.14 | 0.13 | 167.35 | 0.7 | 0.59 |
| Hex | 4C | DF | C0 | 42 | 0 | E | D | A7 | 46 | 3B |
| Octal | 114 | 337 | 300 | 102 | 0 | 16 | 15 | 247 | 106 | 73 |
| Binary | 1001100 | 11011111 | 11000000 | 1000010 | 0 | 1110 | 1101 | 10100111 | 1000110 | 111011 |
Color Harmonies of #4CDFC0
Complementary color
Monochromatic Colors of #4CDFC0
Black with #4CDFC0
Text Example
Text Example
White with #4CDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFC0; }
p { color: rgb(76,223,192); }
H1.HeaderClassName
{
color: #4CDFC0;
}
.AnyTagClassName
{
color: #4CDFC0;
}
</style>
background-color css
<style>
a { background-color: #4CDFC0; }
a { background-color: rgb(76,223,192); }
div.DivClassName
{
background-color: #4CDFC0;
}
.BgClassName
{
background-color: #4CDFC0;
}
</style>
border-color css
<style>
span { border-color: #4CDFC0; }
span { border-color: rgb(76,223,192); }
td.TdClassName
{
border-color: #4CDFC0;
}
.TagClassName
{
border-color: #4CDFC0;
}
</style>