Shades of Turquoise #4CF0BD
Tints of Turquoise #4CF0BD
RGB
CMYK
RGB Variations
Color information
#4CF0BD (or 0x4CF0BD) is known color: Turquoise. HEX triplet: 4C, F0 and BD. RGB value is (76,240,189). Sum of RGB (Red+Green+Blue) = 76+240+189=505 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.05% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF0BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF0BD is #B30F42. Grayscale: #B9B9B9. Windows color (decimal): -11734851 or 12447820. OLE color: 12447820.
HSL color Cylindrical-coordinate representation of color #4CF0BD: hue angle of 161.34º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CF0BD is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 240 | 189 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.06 |
| HSL | 161.34º | 0.85% | 0.62% | - |
| HSV(B) | 161.34º | 0.68% | 0.94% | - |
| XYZ | 43.33 | 67.53 | 58.9 | - |
| YUV | 185.15 | 130.17 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 240 | 189 | 0.68 | 0 | 0.21 | 0.06 | 161.34 | 0.85 | 0.62 |
| Hex | 4C | F0 | BD | 44 | 0 | 15 | 6 | A1 | 55 | 3E |
| Octal | 114 | 360 | 275 | 104 | 0 | 25 | 6 | 241 | 125 | 76 |
| Binary | 1001100 | 11110000 | 10111101 | 1000100 | 0 | 10101 | 110 | 10100001 | 1010101 | 111110 |
Color Harmonies of #4CF0BD
Complementary color
Monochromatic Colors of #4CF0BD
Black with #4CF0BD
Text Example
Text Example
White with #4CF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF0BD; }
p { color: rgb(76,240,189); }
H1.HeaderClassName
{
color: #4CF0BD;
}
.AnyTagClassName
{
color: #4CF0BD;
}
</style>
background-color css
<style>
a { background-color: #4CF0BD; }
a { background-color: rgb(76,240,189); }
div.DivClassName
{
background-color: #4CF0BD;
}
.BgClassName
{
background-color: #4CF0BD;
}
</style>
border-color css
<style>
span { border-color: #4CF0BD; }
span { border-color: rgb(76,240,189); }
td.TdClassName
{
border-color: #4CF0BD;
}
.TagClassName
{
border-color: #4CF0BD;
}
</style>