Shades of Turquoise #4CFCCF
Tints of Turquoise #4CFCCF
RGB
CMYK
RGB Variations
Color information
#4CFCCF (or 0x4CFCCF) is known color: Turquoise. HEX triplet: 4C, FC and CF. RGB value is (76,252,207). Sum of RGB (Red+Green+Blue) = 76+252+207=535 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.21% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCCF is #B30330. Grayscale: #C2C2C2. Windows color (decimal): -11731761 or 13630540. OLE color: 13630540.
HSL color Cylindrical-coordinate representation of color #4CFCCF: hue angle of 164.66º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFCCF is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 207 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.01 |
| HSL | 164.66º | 0.97% | 0.64% | - |
| HSV(B) | 164.66º | 0.7% | 0.99% | - |
| XYZ | 49.05 | 75.66 | 71.05 | - |
| YUV | 194.25 | 135.19 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 207 | 0.70 | 0 | 0.18 | 0.01 | 164.66 | 0.97 | 0.64 |
| Hex | 4C | FC | CF | 46 | 0 | 12 | 1 | A5 | 61 | 40 |
| Octal | 114 | 374 | 317 | 106 | 0 | 22 | 1 | 245 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11001111 | 1000110 | 0 | 10010 | 1 | 10100101 | 1100001 | 1000000 |
Color Harmonies of #4CFCCF
Complementary color
Monochromatic Colors of #4CFCCF
Black with #4CFCCF
Text Example
Text Example
White with #4CFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCCF; }
p { color: rgb(76,252,207); }
H1.HeaderClassName
{
color: #4CFCCF;
}
.AnyTagClassName
{
color: #4CFCCF;
}
</style>
background-color css
<style>
a { background-color: #4CFCCF; }
a { background-color: rgb(76,252,207); }
div.DivClassName
{
background-color: #4CFCCF;
}
.BgClassName
{
background-color: #4CFCCF;
}
</style>
border-color css
<style>
span { border-color: #4CFCCF; }
span { border-color: rgb(76,252,207); }
td.TdClassName
{
border-color: #4CFCCF;
}
.TagClassName
{
border-color: #4CFCCF;
}
</style>