Shades of Turquoise #42FFC7
Tints of Turquoise #42FFC7
RGB
CMYK
RGB Variations
Color information
#42FFC7 (or 0x42FFC7) is known color: Turquoise. HEX triplet: 42, FF and C7. RGB value is (66,255,199). Sum of RGB (Red+Green+Blue) = 66+255+199=520 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.69% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFC7 is #BD0038. Grayscale: #C0C0C0. Windows color (decimal): -12386361 or 13107010. OLE color: 13107010.
HSL color Cylindrical-coordinate representation of color #42FFC7: hue angle of 162.22º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FFC7 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 199 | - |
| CMYK | 0.74 | 0 | 0.22 | 0 |
| HSL | 162.22º | 1% | 0.63% | - |
| HSV(B) | 162.22º | 0.74% | 1% | - |
| XYZ | 48.32 | 76.8 | 66.31 | - |
| YUV | 192.11 | 131.88 | 38.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 199 | 0.74 | 0 | 0.22 | 0 | 162.22 | 1 | 0.63 |
| Hex | 42 | FF | C7 | 4A | 0 | 16 | 0 | A2 | 64 | 3F |
| Octal | 102 | 377 | 307 | 112 | 0 | 26 | 0 | 242 | 144 | 77 |
| Binary | 1000010 | 11111111 | 11000111 | 1001010 | 0 | 10110 | 0 | 10100010 | 1100100 | 111111 |
Color Harmonies of #42FFC7
Complementary color
Monochromatic Colors of #42FFC7
Black with #42FFC7
Text Example
Text Example
White with #42FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFC7; }
p { color: rgb(66,255,199); }
H1.HeaderClassName
{
color: #42FFC7;
}
.AnyTagClassName
{
color: #42FFC7;
}
</style>
background-color css
<style>
a { background-color: #42FFC7; }
a { background-color: rgb(66,255,199); }
div.DivClassName
{
background-color: #42FFC7;
}
.BgClassName
{
background-color: #42FFC7;
}
</style>
border-color css
<style>
span { border-color: #42FFC7; }
span { border-color: rgb(66,255,199); }
td.TdClassName
{
border-color: #42FFC7;
}
.TagClassName
{
border-color: #42FFC7;
}
</style>