Shades of Turquoise #4CFFD3
Tints of Turquoise #4CFFD3
RGB
CMYK
RGB Variations
Color information
#4CFFD3 (or 0x4CFFD3) is known color: Turquoise. HEX triplet: 4C, FF and D3. RGB value is (76,255,211). Sum of RGB (Red+Green+Blue) = 76+255+211=542 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.02% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFD3 is #B3002C. Grayscale: #C4C4C4. Windows color (decimal): -11730989 or 13893452. OLE color: 13893452.
HSL color Cylindrical-coordinate representation of color #4CFFD3: hue angle of 165.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFFD3 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 211 | - |
| CMYK | 0.70 | 0 | 0.17 | 0 |
| HSL | 165.25º | 1% | 0.65% | - |
| HSV(B) | 165.25º | 0.7% | 1% | - |
| XYZ | 50.5 | 77.76 | 73.98 | - |
| YUV | 196.46 | 136.2 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 211 | 0.70 | 0 | 0.17 | 0 | 165.25 | 1 | 0.65 |
| Hex | 4C | FF | D3 | 46 | 0 | 11 | 0 | A5 | 64 | 41 |
| Octal | 114 | 377 | 323 | 106 | 0 | 21 | 0 | 245 | 144 | 101 |
| Binary | 1001100 | 11111111 | 11010011 | 1000110 | 0 | 10001 | 0 | 10100101 | 1100100 | 1000001 |
Color Harmonies of #4CFFD3
Complementary color
Monochromatic Colors of #4CFFD3
Black with #4CFFD3
Text Example
Text Example
White with #4CFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFFD3; }
p { color: rgb(76,255,211); }
H1.HeaderClassName
{
color: #4CFFD3;
}
.AnyTagClassName
{
color: #4CFFD3;
}
</style>
background-color css
<style>
a { background-color: #4CFFD3; }
a { background-color: rgb(76,255,211); }
div.DivClassName
{
background-color: #4CFFD3;
}
.BgClassName
{
background-color: #4CFFD3;
}
</style>
border-color css
<style>
span { border-color: #4CFFD3; }
span { border-color: rgb(76,255,211); }
td.TdClassName
{
border-color: #4CFFD3;
}
.TagClassName
{
border-color: #4CFFD3;
}
</style>