Shades of Turquoise #42FFAF
Tints of Turquoise #42FFAF
RGB
CMYK
RGB Variations
Color information
#42FFAF (or 0x42FFAF) is known color: Turquoise. HEX triplet: 42, FF and AF. RGB value is (66,255,175). Sum of RGB (Red+Green+Blue) = 66+255+175=496 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.31% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FFAF is #BD0050. Grayscale: #BDBDBD. Windows color (decimal): -12386385 or 11534146. OLE color: 11534146.
HSL color Cylindrical-coordinate representation of color #42FFAF: hue angle of 154.6º 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 #42FFAF is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 175 | - |
| CMYK | 0.74 | 0 | 0.31 | 0 |
| HSL | 154.6º | 1% | 0.63% | - |
| HSV(B) | 154.6º | 0.74% | 1% | - |
| XYZ | 45.74 | 75.77 | 52.77 | - |
| YUV | 189.37 | 119.88 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 175 | 0.74 | 0 | 0.31 | 0 | 154.6 | 1 | 0.63 |
| Hex | 42 | FF | AF | 4A | 0 | 1F | 0 | 9B | 64 | 3F |
| Octal | 102 | 377 | 257 | 112 | 0 | 37 | 0 | 233 | 144 | 77 |
| Binary | 1000010 | 11111111 | 10101111 | 1001010 | 0 | 11111 | 0 | 10011011 | 1100100 | 111111 |
Color Harmonies of #42FFAF
Complementary color
Monochromatic Colors of #42FFAF
Black with #42FFAF
Text Example
Text Example
White with #42FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFAF; }
p { color: rgb(66,255,175); }
H1.HeaderClassName
{
color: #42FFAF;
}
.AnyTagClassName
{
color: #42FFAF;
}
</style>
background-color css
<style>
a { background-color: #42FFAF; }
a { background-color: rgb(66,255,175); }
div.DivClassName
{
background-color: #42FFAF;
}
.BgClassName
{
background-color: #42FFAF;
}
</style>
border-color css
<style>
span { border-color: #42FFAF; }
span { border-color: rgb(66,255,175); }
td.TdClassName
{
border-color: #42FFAF;
}
.TagClassName
{
border-color: #42FFAF;
}
</style>