Shades of Turquoise #4CEAD1
Tints of Turquoise #4CEAD1
RGB
CMYK
RGB Variations
Color information
#4CEAD1 (or 0x4CEAD1) is known color: Turquoise. HEX triplet: 4C, EA and D1. RGB value is (76,234,209). Sum of RGB (Red+Green+Blue) = 76+234+209=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEAD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEAD1 is #B3152E. Grayscale: #B7B7B7. Windows color (decimal): -11736367 or 13757004. OLE color: 13757004.
HSL color Cylindrical-coordinate representation of color #4CEAD1: hue angle of 170.51º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEAD1 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 209 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.08 |
| HSL | 170.51º | 0.79% | 0.61% | - |
| HSV(B) | 170.51º | 0.68% | 0.92% | - |
| XYZ | 43.91 | 64.99 | 70.55 | - |
| YUV | 183.91 | 142.15 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 209 | 0.68 | 0 | 0.11 | 0.08 | 170.51 | 0.79 | 0.61 |
| Hex | 4C | EA | D1 | 44 | 0 | B | 8 | AB | 4F | 3D |
| Octal | 114 | 352 | 321 | 104 | 0 | 13 | 10 | 253 | 117 | 75 |
| Binary | 1001100 | 11101010 | 11010001 | 1000100 | 0 | 1011 | 1000 | 10101011 | 1001111 | 111101 |
Color Harmonies of #4CEAD1
Complementary color
Monochromatic Colors of #4CEAD1
Black with #4CEAD1
Text Example
Text Example
White with #4CEAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEAD1; }
p { color: rgb(76,234,209); }
H1.HeaderClassName
{
color: #4CEAD1;
}
.AnyTagClassName
{
color: #4CEAD1;
}
</style>
background-color css
<style>
a { background-color: #4CEAD1; }
a { background-color: rgb(76,234,209); }
div.DivClassName
{
background-color: #4CEAD1;
}
.BgClassName
{
background-color: #4CEAD1;
}
</style>
border-color css
<style>
span { border-color: #4CEAD1; }
span { border-color: rgb(76,234,209); }
td.TdClassName
{
border-color: #4CEAD1;
}
.TagClassName
{
border-color: #4CEAD1;
}
</style>