Shades of Turquoise #4DF1CF
Tints of Turquoise #4DF1CF
RGB
CMYK
RGB Variations
Color information
#4DF1CF (or 0x4DF1CF) is known color: Turquoise. HEX triplet: 4D, F1 and CF. RGB value is (77,241,207). Sum of RGB (Red+Green+Blue) = 77+241+207=525 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.67% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF1CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF1CF is #B20E30. Grayscale: #BCBCBC. Windows color (decimal): -11669041 or 13627725. OLE color: 13627725.
HSL color Cylindrical-coordinate representation of color #4DF1CF: hue angle of 167.56º 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 #4DF1CF is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 207 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.05 |
| HSL | 167.56º | 0.85% | 0.62% | - |
| HSV(B) | 167.56º | 0.68% | 0.95% | - |
| XYZ | 45.78 | 68.99 | 69.94 | - |
| YUV | 188.09 | 138.67 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 207 | 0.68 | 0 | 0.14 | 0.05 | 167.56 | 0.85 | 0.62 |
| Hex | 4D | F1 | CF | 44 | 0 | E | 5 | A8 | 55 | 3E |
| Octal | 115 | 361 | 317 | 104 | 0 | 16 | 5 | 250 | 125 | 76 |
| Binary | 1001101 | 11110001 | 11001111 | 1000100 | 0 | 1110 | 101 | 10101000 | 1010101 | 111110 |
Color Harmonies of #4DF1CF
Complementary color
Monochromatic Colors of #4DF1CF
Black with #4DF1CF
Text Example
Text Example
White with #4DF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF1CF; }
p { color: rgb(77,241,207); }
H1.HeaderClassName
{
color: #4DF1CF;
}
.AnyTagClassName
{
color: #4DF1CF;
}
</style>
background-color css
<style>
a { background-color: #4DF1CF; }
a { background-color: rgb(77,241,207); }
div.DivClassName
{
background-color: #4DF1CF;
}
.BgClassName
{
background-color: #4DF1CF;
}
</style>
border-color css
<style>
span { border-color: #4DF1CF; }
span { border-color: rgb(77,241,207); }
td.TdClassName
{
border-color: #4DF1CF;
}
.TagClassName
{
border-color: #4DF1CF;
}
</style>