Shades of Turquoise #4CEBEE
Tints of Turquoise #4CEBEE
RGB
CMYK
RGB Variations
Color information
#4CEBEE (or 0x4CEBEE) is known color: Turquoise. HEX triplet: 4C, EB and EE. RGB value is (76,235,238). Sum of RGB (Red+Green+Blue) = 76+235+238=549 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.84% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #4CEBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEBEE is #B31411. Grayscale: #BBBBBB. Windows color (decimal): -11736082 or 15657804. OLE color: 15657804.
HSL color Cylindrical-coordinate representation of color #4CEBEE: hue angle of 181.11º 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 #4CEBEE is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 235 | 238 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.07 |
| HSL | 181.11º | 0.83% | 0.62% | - |
| HSV(B) | 181.11º | 0.68% | 0.93% | - |
| XYZ | 48.12 | 67.13 | 91.31 | - |
| YUV | 187.8 | 156.32 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 238 | 0.68 | 0.01 | 0 | 0.07 | 181.11 | 0.83 | 0.62 |
| Hex | 4C | EB | EE | 44 | 1 | 0 | 7 | B5 | 53 | 3E |
| Octal | 114 | 353 | 356 | 104 | 1 | 0 | 7 | 265 | 123 | 76 |
| Binary | 1001100 | 11101011 | 11101110 | 1000100 | 1 | 0 | 111 | 10110101 | 1010011 | 111110 |
Color Harmonies of #4CEBEE
Complementary color
Monochromatic Colors of #4CEBEE
Black with #4CEBEE
Text Example
Text Example
White with #4CEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEBEE; }
p { color: rgb(76,235,238); }
H1.HeaderClassName
{
color: #4CEBEE;
}
.AnyTagClassName
{
color: #4CEBEE;
}
</style>
background-color css
<style>
a { background-color: #4CEBEE; }
a { background-color: rgb(76,235,238); }
div.DivClassName
{
background-color: #4CEBEE;
}
.BgClassName
{
background-color: #4CEBEE;
}
</style>
border-color css
<style>
span { border-color: #4CEBEE; }
span { border-color: rgb(76,235,238); }
td.TdClassName
{
border-color: #4CEBEE;
}
.TagClassName
{
border-color: #4CEBEE;
}
</style>