Shades of Medium Turquoise #4CDBCF
Tints of Medium Turquoise #4CDBCF
RGB
CMYK
RGB Variations
Color information
#4CDBCF (or 0x4CDBCF) is known color: Medium Turquoise. HEX triplet: 4C, DB and CF. RGB value is (76,219,207). Sum of RGB (Red+Green+Blue) = 76+219+207=502 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.14% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDBCF is #B32430. Grayscale: #AEAEAE. Windows color (decimal): -11740209 or 13622092. OLE color: 13622092.
HSL color Cylindrical-coordinate representation of color #4CDBCF: hue angle of 174.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDBCF is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 219 | 207 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.14 |
| HSL | 174.97º | 0.67% | 0.58% | - |
| HSV(B) | 174.97º | 0.65% | 0.86% | - |
| XYZ | 39.57 | 56.7 | 67.89 | - |
| YUV | 174.88 | 146.12 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 207 | 0.65 | 0 | 0.05 | 0.14 | 174.97 | 0.67 | 0.58 |
| Hex | 4C | DB | CF | 41 | 0 | 5 | E | AF | 43 | 3A |
| Octal | 114 | 333 | 317 | 101 | 0 | 5 | 16 | 257 | 103 | 72 |
| Binary | 1001100 | 11011011 | 11001111 | 1000001 | 0 | 101 | 1110 | 10101111 | 1000011 | 111010 |
Color Harmonies of #4CDBCF
Complementary color
Monochromatic Colors of #4CDBCF
Black with #4CDBCF
Text Example
Text Example
White with #4CDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDBCF; }
p { color: rgb(76,219,207); }
H1.HeaderClassName
{
color: #4CDBCF;
}
.AnyTagClassName
{
color: #4CDBCF;
}
</style>
background-color css
<style>
a { background-color: #4CDBCF; }
a { background-color: rgb(76,219,207); }
div.DivClassName
{
background-color: #4CDBCF;
}
.BgClassName
{
background-color: #4CDBCF;
}
</style>
border-color css
<style>
span { border-color: #4CDBCF; }
span { border-color: rgb(76,219,207); }
td.TdClassName
{
border-color: #4CDBCF;
}
.TagClassName
{
border-color: #4CDBCF;
}
</style>