Shades of Turquoise #4CDECB
Tints of Turquoise #4CDECB
RGB
CMYK
RGB Variations
Color information
#4CDECB (or 0x4CDECB) is known color: Turquoise. HEX triplet: 4C, DE and CB. RGB value is (76,222,203). Sum of RGB (Red+Green+Blue) = 76+222+203=501 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.17% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDECB is #B32134. Grayscale: #B0B0B0. Windows color (decimal): -11739445 or 13360716. OLE color: 13360716.
HSL color Cylindrical-coordinate representation of color #4CDECB: hue angle of 172.19º 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 #4CDECB is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 203 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.13 |
| HSL | 172.19º | 0.69% | 0.58% | - |
| HSV(B) | 172.19º | 0.66% | 0.87% | - |
| XYZ | 39.88 | 58.09 | 65.61 | - |
| YUV | 176.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 203 | 0.66 | 0 | 0.09 | 0.13 | 172.19 | 0.69 | 0.58 |
| Hex | 4C | DE | CB | 42 | 0 | 9 | D | AC | 45 | 3A |
| Octal | 114 | 336 | 313 | 102 | 0 | 11 | 15 | 254 | 105 | 72 |
| Binary | 1001100 | 11011110 | 11001011 | 1000010 | 0 | 1001 | 1101 | 10101100 | 1000101 | 111010 |
Color Harmonies of #4CDECB
Complementary color
Monochromatic Colors of #4CDECB
Black with #4CDECB
Text Example
Text Example
White with #4CDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDECB; }
p { color: rgb(76,222,203); }
H1.HeaderClassName
{
color: #4CDECB;
}
.AnyTagClassName
{
color: #4CDECB;
}
</style>
background-color css
<style>
a { background-color: #4CDECB; }
a { background-color: rgb(76,222,203); }
div.DivClassName
{
background-color: #4CDECB;
}
.BgClassName
{
background-color: #4CDECB;
}
</style>
border-color css
<style>
span { border-color: #4CDECB; }
span { border-color: rgb(76,222,203); }
td.TdClassName
{
border-color: #4CDECB;
}
.TagClassName
{
border-color: #4CDECB;
}
</style>