Shades of Turquoise #4CEED7
Tints of Turquoise #4CEED7
RGB
CMYK
RGB Variations
Color information
#4CEED7 (or 0x4CEED7) is known color: Turquoise. HEX triplet: 4C, EE and D7. RGB value is (76,238,215). Sum of RGB (Red+Green+Blue) = 76+238+215=529 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.37% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEED7 is #B31128. Grayscale: #BABABA. Windows color (decimal): -11735337 or 14151244. OLE color: 14151244.
HSL color Cylindrical-coordinate representation of color #4CEED7: hue angle of 171.48º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEED7 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 215 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.07 |
| HSL | 171.48º | 0.83% | 0.62% | - |
| HSV(B) | 171.48º | 0.68% | 0.93% | - |
| XYZ | 45.82 | 67.59 | 74.92 | - |
| YUV | 186.94 | 143.83 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 215 | 0.68 | 0 | 0.10 | 0.07 | 171.48 | 0.83 | 0.62 |
| Hex | 4C | EE | D7 | 44 | 0 | A | 7 | AB | 53 | 3E |
| Octal | 114 | 356 | 327 | 104 | 0 | 12 | 7 | 253 | 123 | 76 |
| Binary | 1001100 | 11101110 | 11010111 | 1000100 | 0 | 1010 | 111 | 10101011 | 1010011 | 111110 |
Color Harmonies of #4CEED7
Complementary color
Monochromatic Colors of #4CEED7
Black with #4CEED7
Text Example
Text Example
White with #4CEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEED7; }
p { color: rgb(76,238,215); }
H1.HeaderClassName
{
color: #4CEED7;
}
.AnyTagClassName
{
color: #4CEED7;
}
</style>
background-color css
<style>
a { background-color: #4CEED7; }
a { background-color: rgb(76,238,215); }
div.DivClassName
{
background-color: #4CEED7;
}
.BgClassName
{
background-color: #4CEED7;
}
</style>
border-color css
<style>
span { border-color: #4CEED7; }
span { border-color: rgb(76,238,215); }
td.TdClassName
{
border-color: #4CEED7;
}
.TagClassName
{
border-color: #4CEED7;
}
</style>