Shades of Turquoise #4CF1CF
Tints of Turquoise #4CF1CF
RGB
CMYK
RGB Variations
Color information
#4CF1CF (or 0x4CF1CF) is known color: Turquoise. HEX triplet: 4C, F1 and CF. RGB value is (76,241,207). Sum of RGB (Red+Green+Blue) = 76+241+207=524 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.50% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF1CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF1CF is #B30E30. Grayscale: #BBBBBB. Windows color (decimal): -11734577 or 13627724. OLE color: 13627724.
HSL color Cylindrical-coordinate representation of color #4CF1CF: hue angle of 167.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CF1CF is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 241 | 207 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.05 |
| HSL | 167.64º | 0.85% | 0.62% | - |
| HSV(B) | 167.64º | 0.68% | 0.95% | - |
| XYZ | 45.7 | 68.95 | 69.93 | - |
| YUV | 187.79 | 138.84 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 241 | 207 | 0.68 | 0 | 0.14 | 0.05 | 167.64 | 0.85 | 0.62 |
| Hex | 4C | F1 | CF | 44 | 0 | E | 5 | A8 | 55 | 3E |
| Octal | 114 | 361 | 317 | 104 | 0 | 16 | 5 | 250 | 125 | 76 |
| Binary | 1001100 | 11110001 | 11001111 | 1000100 | 0 | 1110 | 101 | 10101000 | 1010101 | 111110 |
Color Harmonies of #4CF1CF
Complementary color
Monochromatic Colors of #4CF1CF
Black with #4CF1CF
Text Example
Text Example
White with #4CF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF1CF; }
p { color: rgb(76,241,207); }
H1.HeaderClassName
{
color: #4CF1CF;
}
.AnyTagClassName
{
color: #4CF1CF;
}
</style>
background-color css
<style>
a { background-color: #4CF1CF; }
a { background-color: rgb(76,241,207); }
div.DivClassName
{
background-color: #4CF1CF;
}
.BgClassName
{
background-color: #4CF1CF;
}
</style>
border-color css
<style>
span { border-color: #4CF1CF; }
span { border-color: rgb(76,241,207); }
td.TdClassName
{
border-color: #4CF1CF;
}
.TagClassName
{
border-color: #4CF1CF;
}
</style>