Shades of Turquoise #4CEEB9
Tints of Turquoise #4CEEB9
RGB
CMYK
RGB Variations
Color information
#4CEEB9 (or 0x4CEEB9) is known color: Turquoise. HEX triplet: 4C, EE and B9. RGB value is (76,238,185). Sum of RGB (Red+Green+Blue) = 76+238+185=499 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.23% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEEB9 is #B31146. Grayscale: #B7B7B7. Windows color (decimal): -11735367 or 12185164. OLE color: 12185164.
HSL color Cylindrical-coordinate representation of color #4CEEB9: hue angle of 160.37º 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 #4CEEB9 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 185 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.07 |
| HSL | 160.37º | 0.83% | 0.62% | - |
| HSV(B) | 160.37º | 0.68% | 0.93% | - |
| XYZ | 42.31 | 66.19 | 56.44 | - |
| YUV | 183.52 | 128.83 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 185 | 0.68 | 0 | 0.22 | 0.07 | 160.37 | 0.83 | 0.62 |
| Hex | 4C | EE | B9 | 44 | 0 | 16 | 7 | A0 | 53 | 3E |
| Octal | 114 | 356 | 271 | 104 | 0 | 26 | 7 | 240 | 123 | 76 |
| Binary | 1001100 | 11101110 | 10111001 | 1000100 | 0 | 10110 | 111 | 10100000 | 1010011 | 111110 |
Color Harmonies of #4CEEB9
Complementary color
Monochromatic Colors of #4CEEB9
Black with #4CEEB9
Text Example
Text Example
White with #4CEEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEEB9; }
p { color: rgb(76,238,185); }
H1.HeaderClassName
{
color: #4CEEB9;
}
.AnyTagClassName
{
color: #4CEEB9;
}
</style>
background-color css
<style>
a { background-color: #4CEEB9; }
a { background-color: rgb(76,238,185); }
div.DivClassName
{
background-color: #4CEEB9;
}
.BgClassName
{
background-color: #4CEEB9;
}
</style>
border-color css
<style>
span { border-color: #4CEEB9; }
span { border-color: rgb(76,238,185); }
td.TdClassName
{
border-color: #4CEEB9;
}
.TagClassName
{
border-color: #4CEEB9;
}
</style>