Shades of Turquoise #4CEBD2
Tints of Turquoise #4CEBD2
RGB
CMYK
RGB Variations
Color information
#4CEBD2 (or 0x4CEBD2) is known color: Turquoise. HEX triplet: 4C, EB and D2. RGB value is (76,235,210). Sum of RGB (Red+Green+Blue) = 76+235+210=521 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.59% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBD2 is #B3142D. Grayscale: #B8B8B8. Windows color (decimal): -11736110 or 13822796. OLE color: 13822796.
HSL color Cylindrical-coordinate representation of color #4CEBD2: hue angle of 170.57º degrees, saturation: 0.8, 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 #4CEBD2 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 210 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.08 |
| HSL | 170.57º | 0.8% | 0.61% | - |
| HSV(B) | 170.57º | 0.68% | 0.92% | - |
| XYZ | 44.32 | 65.61 | 71.3 | - |
| YUV | 184.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 210 | 0.68 | 0 | 0.11 | 0.08 | 170.57 | 0.8 | 0.61 |
| Hex | 4C | EB | D2 | 44 | 0 | B | 8 | AB | 50 | 3D |
| Octal | 114 | 353 | 322 | 104 | 0 | 13 | 10 | 253 | 120 | 75 |
| Binary | 1001100 | 11101011 | 11010010 | 1000100 | 0 | 1011 | 1000 | 10101011 | 1010000 | 111101 |
Color Harmonies of #4CEBD2
Complementary color
Monochromatic Colors of #4CEBD2
Black with #4CEBD2
Text Example
Text Example
White with #4CEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEBD2; }
p { color: rgb(76,235,210); }
H1.HeaderClassName
{
color: #4CEBD2;
}
.AnyTagClassName
{
color: #4CEBD2;
}
</style>
background-color css
<style>
a { background-color: #4CEBD2; }
a { background-color: rgb(76,235,210); }
div.DivClassName
{
background-color: #4CEBD2;
}
.BgClassName
{
background-color: #4CEBD2;
}
</style>
border-color css
<style>
span { border-color: #4CEBD2; }
span { border-color: rgb(76,235,210); }
td.TdClassName
{
border-color: #4CEBD2;
}
.TagClassName
{
border-color: #4CEBD2;
}
</style>