Shades of Turquoise #4CDFBD
Tints of Turquoise #4CDFBD
RGB
CMYK
RGB Variations
Color information
#4CDFBD (or 0x4CDFBD) is known color: Turquoise. HEX triplet: 4C, DF and BD. RGB value is (76,223,189). Sum of RGB (Red+Green+Blue) = 76+223+189=488 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.57% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFBD is #B32042. Grayscale: #AFAFAF. Windows color (decimal): -11739203 or 12443468. OLE color: 12443468.
HSL color Cylindrical-coordinate representation of color #4CDFBD: hue angle of 166.12º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDFBD is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 189 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.13 |
| HSL | 166.12º | 0.7% | 0.59% | - |
| HSV(B) | 166.12º | 0.66% | 0.87% | - |
| XYZ | 38.55 | 57.99 | 57.3 | - |
| YUV | 175.17 | 135.8 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 189 | 0.66 | 0 | 0.15 | 0.13 | 166.12 | 0.7 | 0.59 |
| Hex | 4C | DF | BD | 42 | 0 | F | D | A6 | 46 | 3B |
| Octal | 114 | 337 | 275 | 102 | 0 | 17 | 15 | 246 | 106 | 73 |
| Binary | 1001100 | 11011111 | 10111101 | 1000010 | 0 | 1111 | 1101 | 10100110 | 1000110 | 111011 |
Color Harmonies of #4CDFBD
Complementary color
Monochromatic Colors of #4CDFBD
Black with #4CDFBD
Text Example
Text Example
White with #4CDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFBD; }
p { color: rgb(76,223,189); }
H1.HeaderClassName
{
color: #4CDFBD;
}
.AnyTagClassName
{
color: #4CDFBD;
}
</style>
background-color css
<style>
a { background-color: #4CDFBD; }
a { background-color: rgb(76,223,189); }
div.DivClassName
{
background-color: #4CDFBD;
}
.BgClassName
{
background-color: #4CDFBD;
}
</style>
border-color css
<style>
span { border-color: #4CDFBD; }
span { border-color: rgb(76,223,189); }
td.TdClassName
{
border-color: #4CDFBD;
}
.TagClassName
{
border-color: #4CDFBD;
}
</style>