Shades of Turquoise #4FFCCD
Tints of Turquoise #4FFCCD
RGB
CMYK
RGB Variations
Color information
#4FFCCD (or 0x4FFCCD) is known color: Turquoise. HEX triplet: 4F, FC and CD. RGB value is (79,252,205). Sum of RGB (Red+Green+Blue) = 79+252+205=536 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.74% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFCCD is #B00332. Grayscale: #C2C2C2. Windows color (decimal): -11535155 or 13499471. OLE color: 13499471.
HSL color Cylindrical-coordinate representation of color #4FFCCD: hue angle of 163.7º 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 #4FFCCD is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 205 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.01 |
| HSL | 163.7º | 0.97% | 0.65% | - |
| HSV(B) | 163.7º | 0.69% | 0.99% | - |
| XYZ | 49.05 | 75.69 | 69.78 | - |
| YUV | 194.92 | 133.69 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 205 | 0.69 | 0 | 0.19 | 0.01 | 163.7 | 0.97 | 0.65 |
| Hex | 4F | FC | CD | 45 | 0 | 13 | 1 | A4 | 61 | 41 |
| Octal | 117 | 374 | 315 | 105 | 0 | 23 | 1 | 244 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11001101 | 1000101 | 0 | 10011 | 1 | 10100100 | 1100001 | 1000001 |
Color Harmonies of #4FFCCD
Complementary color
Monochromatic Colors of #4FFCCD
Black with #4FFCCD
Text Example
Text Example
White with #4FFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCCD; }
p { color: rgb(79,252,205); }
H1.HeaderClassName
{
color: #4FFCCD;
}
.AnyTagClassName
{
color: #4FFCCD;
}
</style>
background-color css
<style>
a { background-color: #4FFCCD; }
a { background-color: rgb(79,252,205); }
div.DivClassName
{
background-color: #4FFCCD;
}
.BgClassName
{
background-color: #4FFCCD;
}
</style>
border-color css
<style>
span { border-color: #4FFCCD; }
span { border-color: rgb(79,252,205); }
td.TdClassName
{
border-color: #4FFCCD;
}
.TagClassName
{
border-color: #4FFCCD;
}
</style>