Shades of Turquoise #4CDFBC
Tints of Turquoise #4CDFBC
RGB
CMYK
RGB Variations
Color information
#4CDFBC (or 0x4CDFBC) is known color: Turquoise. HEX triplet: 4C, DF and BC. RGB value is (76,223,188). Sum of RGB (Red+Green+Blue) = 76+223+188=487 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.61% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFBC is #B32043. Grayscale: #AFAFAF. Windows color (decimal): -11739204 or 12377932. OLE color: 12377932.
HSL color Cylindrical-coordinate representation of color #4CDFBC: hue angle of 165.71º 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 #4CDFBC is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 188 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.13 |
| HSL | 165.71º | 0.7% | 0.59% | - |
| HSV(B) | 165.71º | 0.66% | 0.87% | - |
| XYZ | 38.45 | 57.94 | 56.73 | - |
| YUV | 175.06 | 135.3 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 188 | 0.66 | 0 | 0.16 | 0.13 | 165.71 | 0.7 | 0.59 |
| Hex | 4C | DF | BC | 42 | 0 | 10 | D | A6 | 46 | 3B |
| Octal | 114 | 337 | 274 | 102 | 0 | 20 | 15 | 246 | 106 | 73 |
| Binary | 1001100 | 11011111 | 10111100 | 1000010 | 0 | 10000 | 1101 | 10100110 | 1000110 | 111011 |
Color Harmonies of #4CDFBC
Complementary color
Monochromatic Colors of #4CDFBC
Black with #4CDFBC
Text Example
Text Example
White with #4CDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFBC; }
p { color: rgb(76,223,188); }
H1.HeaderClassName
{
color: #4CDFBC;
}
.AnyTagClassName
{
color: #4CDFBC;
}
</style>
background-color css
<style>
a { background-color: #4CDFBC; }
a { background-color: rgb(76,223,188); }
div.DivClassName
{
background-color: #4CDFBC;
}
.BgClassName
{
background-color: #4CDFBC;
}
</style>
border-color css
<style>
span { border-color: #4CDFBC; }
span { border-color: rgb(76,223,188); }
td.TdClassName
{
border-color: #4CDFBC;
}
.TagClassName
{
border-color: #4CDFBC;
}
</style>