Shades of Turquoise #4FFCD0
Tints of Turquoise #4FFCD0
RGB
CMYK
RGB Variations
Color information
#4FFCD0 (or 0x4FFCD0) is known color: Turquoise. HEX triplet: 4F, FC and D0. RGB value is (79,252,208). Sum of RGB (Red+Green+Blue) = 79+252+208=539 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.66% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFCD0 is #B0032F. Grayscale: #C3C3C3. Windows color (decimal): -11535152 or 13696079. OLE color: 13696079.
HSL color Cylindrical-coordinate representation of color #4FFCD0: hue angle of 164.74º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFCD0 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 208 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.01 |
| HSL | 164.74º | 0.97% | 0.65% | - |
| HSV(B) | 164.74º | 0.69% | 0.99% | - |
| XYZ | 49.42 | 75.84 | 71.71 | - |
| YUV | 195.26 | 135.19 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 208 | 0.69 | 0 | 0.17 | 0.01 | 164.74 | 0.97 | 0.65 |
| Hex | 4F | FC | D0 | 45 | 0 | 11 | 1 | A5 | 61 | 41 |
| Octal | 117 | 374 | 320 | 105 | 0 | 21 | 1 | 245 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11010000 | 1000101 | 0 | 10001 | 1 | 10100101 | 1100001 | 1000001 |
Color Harmonies of #4FFCD0
Complementary color
Monochromatic Colors of #4FFCD0
Black with #4FFCD0
Text Example
Text Example
White with #4FFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCD0; }
p { color: rgb(79,252,208); }
H1.HeaderClassName
{
color: #4FFCD0;
}
.AnyTagClassName
{
color: #4FFCD0;
}
</style>
background-color css
<style>
a { background-color: #4FFCD0; }
a { background-color: rgb(79,252,208); }
div.DivClassName
{
background-color: #4FFCD0;
}
.BgClassName
{
background-color: #4FFCD0;
}
</style>
border-color css
<style>
span { border-color: #4FFCD0; }
span { border-color: rgb(79,252,208); }
td.TdClassName
{
border-color: #4FFCD0;
}
.TagClassName
{
border-color: #4FFCD0;
}
</style>