Shades of Turquoise #4FFCCC
Tints of Turquoise #4FFCCC
RGB
CMYK
RGB Variations
Color information
#4FFCCC (or 0x4FFCCC) is known color: Turquoise. HEX triplet: 4F, FC and CC. RGB value is (79,252,204). Sum of RGB (Red+Green+Blue) = 79+252+204=535 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.77% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFCCC is #B00333. Grayscale: #C2C2C2. Windows color (decimal): -11535156 or 13433935. OLE color: 13433935.
HSL color Cylindrical-coordinate representation of color #4FFCCC: hue angle of 163.35º 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 #4FFCCC is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 204 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.01 |
| HSL | 163.35º | 0.97% | 0.65% | - |
| HSV(B) | 163.35º | 0.69% | 0.99% | - |
| XYZ | 48.93 | 75.64 | 69.15 | - |
| YUV | 194.8 | 133.19 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 204 | 0.69 | 0 | 0.19 | 0.01 | 163.35 | 0.97 | 0.65 |
| Hex | 4F | FC | CC | 45 | 0 | 13 | 1 | A3 | 61 | 41 |
| Octal | 117 | 374 | 314 | 105 | 0 | 23 | 1 | 243 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11001100 | 1000101 | 0 | 10011 | 1 | 10100011 | 1100001 | 1000001 |
Color Harmonies of #4FFCCC
Complementary color
Monochromatic Colors of #4FFCCC
Black with #4FFCCC
Text Example
Text Example
White with #4FFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCCC; }
p { color: rgb(79,252,204); }
H1.HeaderClassName
{
color: #4FFCCC;
}
.AnyTagClassName
{
color: #4FFCCC;
}
</style>
background-color css
<style>
a { background-color: #4FFCCC; }
a { background-color: rgb(79,252,204); }
div.DivClassName
{
background-color: #4FFCCC;
}
.BgClassName
{
background-color: #4FFCCC;
}
</style>
border-color css
<style>
span { border-color: #4FFCCC; }
span { border-color: rgb(79,252,204); }
td.TdClassName
{
border-color: #4FFCCC;
}
.TagClassName
{
border-color: #4FFCCC;
}
</style>