Shades of Turquoise #42FFAC
Tints of Turquoise #42FFAC
RGB
CMYK
RGB Variations
Color information
#42FFAC (or 0x42FFAC) is known color: Turquoise. HEX triplet: 42, FF and AC. RGB value is (66,255,172). Sum of RGB (Red+Green+Blue) = 66+255+172=493 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.39% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FFAC is #BD0053. Grayscale: #BDBDBD. Windows color (decimal): -12386388 or 11337538. OLE color: 11337538.
HSL color Cylindrical-coordinate representation of color #42FFAC: hue angle of 153.65º 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 #42FFAC is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 172 | - |
| CMYK | 0.74 | 0 | 0.33 | 0 |
| HSL | 153.65º | 1% | 0.63% | - |
| HSV(B) | 153.65º | 0.74% | 1% | - |
| XYZ | 45.45 | 75.66 | 51.24 | - |
| YUV | 189.03 | 118.38 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 172 | 0.74 | 0 | 0.33 | 0 | 153.65 | 1 | 0.63 |
| Hex | 42 | FF | AC | 4A | 0 | 21 | 0 | 9A | 64 | 3F |
| Octal | 102 | 377 | 254 | 112 | 0 | 41 | 0 | 232 | 144 | 77 |
| Binary | 1000010 | 11111111 | 10101100 | 1001010 | 0 | 100001 | 0 | 10011010 | 1100100 | 111111 |
Color Harmonies of #42FFAC
Complementary color
Monochromatic Colors of #42FFAC
Black with #42FFAC
Text Example
Text Example
White with #42FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFAC; }
p { color: rgb(66,255,172); }
H1.HeaderClassName
{
color: #42FFAC;
}
.AnyTagClassName
{
color: #42FFAC;
}
</style>
background-color css
<style>
a { background-color: #42FFAC; }
a { background-color: rgb(66,255,172); }
div.DivClassName
{
background-color: #42FFAC;
}
.BgClassName
{
background-color: #42FFAC;
}
</style>
border-color css
<style>
span { border-color: #42FFAC; }
span { border-color: rgb(66,255,172); }
td.TdClassName
{
border-color: #42FFAC;
}
.TagClassName
{
border-color: #42FFAC;
}
</style>