Shades of Turquoise #4CDECE
Tints of Turquoise #4CDECE
RGB
CMYK
RGB Variations
Color information
#4CDECE (or 0x4CDECE) is known color: Turquoise. HEX triplet: 4C, DE and CE. RGB value is (76,222,206). Sum of RGB (Red+Green+Blue) = 76+222+206=504 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.08% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDECE is #B32131. Grayscale: #B0B0B0. Windows color (decimal): -11739442 or 13557324. OLE color: 13557324.
HSL color Cylindrical-coordinate representation of color #4CDECE: hue angle of 173.42º 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 #4CDECE is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 206 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.13 |
| HSL | 173.42º | 0.69% | 0.58% | - |
| HSV(B) | 173.42º | 0.66% | 0.87% | - |
| XYZ | 40.24 | 58.24 | 67.51 | - |
| YUV | 176.52 | 144.63 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 206 | 0.66 | 0 | 0.07 | 0.13 | 173.42 | 0.69 | 0.58 |
| Hex | 4C | DE | CE | 42 | 0 | 7 | D | AD | 45 | 3A |
| Octal | 114 | 336 | 316 | 102 | 0 | 7 | 15 | 255 | 105 | 72 |
| Binary | 1001100 | 11011110 | 11001110 | 1000010 | 0 | 111 | 1101 | 10101101 | 1000101 | 111010 |
Color Harmonies of #4CDECE
Complementary color
Monochromatic Colors of #4CDECE
Black with #4CDECE
Text Example
Text Example
White with #4CDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDECE; }
p { color: rgb(76,222,206); }
H1.HeaderClassName
{
color: #4CDECE;
}
.AnyTagClassName
{
color: #4CDECE;
}
</style>
background-color css
<style>
a { background-color: #4CDECE; }
a { background-color: rgb(76,222,206); }
div.DivClassName
{
background-color: #4CDECE;
}
.BgClassName
{
background-color: #4CDECE;
}
</style>
border-color css
<style>
span { border-color: #4CDECE; }
span { border-color: rgb(76,222,206); }
td.TdClassName
{
border-color: #4CDECE;
}
.TagClassName
{
border-color: #4CDECE;
}
</style>