Shades of Turquoise #4CE3CD
Tints of Turquoise #4CE3CD
RGB
CMYK
RGB Variations
Color information
#4CE3CD (or 0x4CE3CD) is known color: Turquoise. HEX triplet: 4C, E3 and CD. RGB value is (76,227,205). Sum of RGB (Red+Green+Blue) = 76+227+205=508 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.96% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #4CE3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE3CD is #B31C32. Grayscale: #B3B3B3. Windows color (decimal): -11738163 or 13493068. OLE color: 13493068.
HSL color Cylindrical-coordinate representation of color #4CE3CD: hue angle of 171.26º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE3CD is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 227 | 205 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.11 |
| HSL | 171.26º | 0.73% | 0.59% | - |
| HSV(B) | 171.26º | 0.67% | 0.89% | - |
| XYZ | 41.47 | 60.88 | 67.32 | - |
| YUV | 179.34 | 142.47 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 227 | 205 | 0.67 | 0 | 0.10 | 0.11 | 171.26 | 0.73 | 0.59 |
| Hex | 4C | E3 | CD | 43 | 0 | A | B | AB | 49 | 3B |
| Octal | 114 | 343 | 315 | 103 | 0 | 12 | 13 | 253 | 111 | 73 |
| Binary | 1001100 | 11100011 | 11001101 | 1000011 | 0 | 1010 | 1011 | 10101011 | 1001001 | 111011 |
Color Harmonies of #4CE3CD
Complementary color
Monochromatic Colors of #4CE3CD
Black with #4CE3CD
Text Example
Text Example
White with #4CE3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE3CD; }
p { color: rgb(76,227,205); }
H1.HeaderClassName
{
color: #4CE3CD;
}
.AnyTagClassName
{
color: #4CE3CD;
}
</style>
background-color css
<style>
a { background-color: #4CE3CD; }
a { background-color: rgb(76,227,205); }
div.DivClassName
{
background-color: #4CE3CD;
}
.BgClassName
{
background-color: #4CE3CD;
}
</style>
border-color css
<style>
span { border-color: #4CE3CD; }
span { border-color: rgb(76,227,205); }
td.TdClassName
{
border-color: #4CE3CD;
}
.TagClassName
{
border-color: #4CE3CD;
}
</style>