Shades of Turquoise #4CEEBA
Tints of Turquoise #4CEEBA
RGB
CMYK
RGB Variations
Color information
#4CEEBA (or 0x4CEEBA) is known color: Turquoise. HEX triplet: 4C, EE and BA. RGB value is (76,238,186). Sum of RGB (Red+Green+Blue) = 76+238+186=500 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.2% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEEBA is #B31145. Grayscale: #B7B7B7. Windows color (decimal): -11735366 or 12250700. OLE color: 12250700.
HSL color Cylindrical-coordinate representation of color #4CEEBA: hue angle of 160.74º 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 #4CEEBA is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 186 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.07 |
| HSL | 160.74º | 0.83% | 0.62% | - |
| HSV(B) | 160.74º | 0.68% | 0.93% | - |
| XYZ | 42.42 | 66.23 | 57 | - |
| YUV | 183.63 | 129.33 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 186 | 0.68 | 0 | 0.22 | 0.07 | 160.74 | 0.83 | 0.62 |
| Hex | 4C | EE | BA | 44 | 0 | 16 | 7 | A1 | 53 | 3E |
| Octal | 114 | 356 | 272 | 104 | 0 | 26 | 7 | 241 | 123 | 76 |
| Binary | 1001100 | 11101110 | 10111010 | 1000100 | 0 | 10110 | 111 | 10100001 | 1010011 | 111110 |
Color Harmonies of #4CEEBA
Complementary color
Monochromatic Colors of #4CEEBA
Black with #4CEEBA
Text Example
Text Example
White with #4CEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEEBA; }
p { color: rgb(76,238,186); }
H1.HeaderClassName
{
color: #4CEEBA;
}
.AnyTagClassName
{
color: #4CEEBA;
}
</style>
background-color css
<style>
a { background-color: #4CEEBA; }
a { background-color: rgb(76,238,186); }
div.DivClassName
{
background-color: #4CEEBA;
}
.BgClassName
{
background-color: #4CEEBA;
}
</style>
border-color css
<style>
span { border-color: #4CEEBA; }
span { border-color: rgb(76,238,186); }
td.TdClassName
{
border-color: #4CEEBA;
}
.TagClassName
{
border-color: #4CEEBA;
}
</style>