Shades of Turquoise #4CFDD3
Tints of Turquoise #4CFDD3
RGB
CMYK
RGB Variations
Color information
#4CFDD3 (or 0x4CFDD3) is known color: Turquoise. HEX triplet: 4C, FD and D3. RGB value is (76,253,211). Sum of RGB (Red+Green+Blue) = 76+253+211=540 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.07% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFDD3 is #B3022C. Grayscale: #C3C3C3. Windows color (decimal): -11731501 or 13892940. OLE color: 13892940.
HSL color Cylindrical-coordinate representation of color #4CFDD3: hue angle of 165.76º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFDD3 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 253 | 211 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.01 |
| HSL | 165.76º | 0.98% | 0.65% | - |
| HSV(B) | 165.76º | 0.7% | 0.99% | - |
| XYZ | 49.86 | 76.49 | 73.76 | - |
| YUV | 195.29 | 136.86 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 253 | 211 | 0.70 | 0 | 0.17 | 0.01 | 165.76 | 0.98 | 0.65 |
| Hex | 4C | FD | D3 | 46 | 0 | 11 | 1 | A6 | 62 | 41 |
| Octal | 114 | 375 | 323 | 106 | 0 | 21 | 1 | 246 | 142 | 101 |
| Binary | 1001100 | 11111101 | 11010011 | 1000110 | 0 | 10001 | 1 | 10100110 | 1100010 | 1000001 |
Color Harmonies of #4CFDD3
Complementary color
Monochromatic Colors of #4CFDD3
Black with #4CFDD3
Text Example
Text Example
White with #4CFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFDD3; }
p { color: rgb(76,253,211); }
H1.HeaderClassName
{
color: #4CFDD3;
}
.AnyTagClassName
{
color: #4CFDD3;
}
</style>
background-color css
<style>
a { background-color: #4CFDD3; }
a { background-color: rgb(76,253,211); }
div.DivClassName
{
background-color: #4CFDD3;
}
.BgClassName
{
background-color: #4CFDD3;
}
</style>
border-color css
<style>
span { border-color: #4CFDD3; }
span { border-color: rgb(76,253,211); }
td.TdClassName
{
border-color: #4CFDD3;
}
.TagClassName
{
border-color: #4CFDD3;
}
</style>