Shades of Turquoise #4CDEBB
Tints of Turquoise #4CDEBB
RGB
CMYK
RGB Variations
Color information
#4CDEBB (or 0x4CDEBB) is known color: Turquoise. HEX triplet: 4C, DE and BB. RGB value is (76,222,187). Sum of RGB (Red+Green+Blue) = 76+222+187=485 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.67% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDEBB is #B32144. Grayscale: #AEAEAE. Windows color (decimal): -11739461 or 12312140. OLE color: 12312140.
HSL color Cylindrical-coordinate representation of color #4CDEBB: hue angle of 165.62º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDEBB is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 187 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.13 |
| HSL | 165.62º | 0.69% | 0.58% | - |
| HSV(B) | 165.62º | 0.66% | 0.87% | - |
| XYZ | 38.07 | 57.37 | 56.08 | - |
| YUV | 174.36 | 135.13 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 187 | 0.66 | 0 | 0.16 | 0.13 | 165.62 | 0.69 | 0.58 |
| Hex | 4C | DE | BB | 42 | 0 | 10 | D | A6 | 45 | 3A |
| Octal | 114 | 336 | 273 | 102 | 0 | 20 | 15 | 246 | 105 | 72 |
| Binary | 1001100 | 11011110 | 10111011 | 1000010 | 0 | 10000 | 1101 | 10100110 | 1000101 | 111010 |
Color Harmonies of #4CDEBB
Complementary color
Monochromatic Colors of #4CDEBB
Black with #4CDEBB
Text Example
Text Example
White with #4CDEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDEBB; }
p { color: rgb(76,222,187); }
H1.HeaderClassName
{
color: #4CDEBB;
}
.AnyTagClassName
{
color: #4CDEBB;
}
</style>
background-color css
<style>
a { background-color: #4CDEBB; }
a { background-color: rgb(76,222,187); }
div.DivClassName
{
background-color: #4CDEBB;
}
.BgClassName
{
background-color: #4CDEBB;
}
</style>
border-color css
<style>
span { border-color: #4CDEBB; }
span { border-color: rgb(76,222,187); }
td.TdClassName
{
border-color: #4CDEBB;
}
.TagClassName
{
border-color: #4CDEBB;
}
</style>