Shades of Turquoise #4CDFB7
Tints of Turquoise #4CDFB7
RGB
CMYK
RGB Variations
Color information
#4CDFB7 (or 0x4CDFB7) is known color: Turquoise. HEX triplet: 4C, DF and B7. RGB value is (76,223,183). Sum of RGB (Red+Green+Blue) = 76+223+183=482 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.77% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFB7 is #B32048. Grayscale: #AEAEAE. Windows color (decimal): -11739209 or 12050252. OLE color: 12050252.
HSL color Cylindrical-coordinate representation of color #4CDFB7: hue angle of 163.67º 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 #4CDFB7 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 183 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.13 |
| HSL | 163.67º | 0.7% | 0.59% | - |
| HSV(B) | 163.67º | 0.66% | 0.87% | - |
| XYZ | 37.92 | 57.73 | 53.94 | - |
| YUV | 174.49 | 132.8 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 183 | 0.66 | 0 | 0.18 | 0.13 | 163.67 | 0.7 | 0.59 |
| Hex | 4C | DF | B7 | 42 | 0 | 12 | D | A4 | 46 | 3B |
| Octal | 114 | 337 | 267 | 102 | 0 | 22 | 15 | 244 | 106 | 73 |
| Binary | 1001100 | 11011111 | 10110111 | 1000010 | 0 | 10010 | 1101 | 10100100 | 1000110 | 111011 |
Color Harmonies of #4CDFB7
Complementary color
Monochromatic Colors of #4CDFB7
Black with #4CDFB7
Text Example
Text Example
White with #4CDFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFB7; }
p { color: rgb(76,223,183); }
H1.HeaderClassName
{
color: #4CDFB7;
}
.AnyTagClassName
{
color: #4CDFB7;
}
</style>
background-color css
<style>
a { background-color: #4CDFB7; }
a { background-color: rgb(76,223,183); }
div.DivClassName
{
background-color: #4CDFB7;
}
.BgClassName
{
background-color: #4CDFB7;
}
</style>
border-color css
<style>
span { border-color: #4CDFB7; }
span { border-color: rgb(76,223,183); }
td.TdClassName
{
border-color: #4CDFB7;
}
.TagClassName
{
border-color: #4CDFB7;
}
</style>