Shades of Turquoise #42FEC9
Tints of Turquoise #42FEC9
RGB
CMYK
RGB Variations
Color information
#42FEC9 (or 0x42FEC9) is known color: Turquoise. HEX triplet: 42, FE and C9. RGB value is (66,254,201). Sum of RGB (Red+Green+Blue) = 66+254+201=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #42FEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FEC9 is #BD0136. Grayscale: #BFBFBF. Windows color (decimal): -12386615 or 13237826. OLE color: 13237826.
HSL color Cylindrical-coordinate representation of color #42FEC9: hue angle of 163.09º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FEC9 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 201 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.00 |
| HSL | 163.09º | 0.99% | 0.63% | - |
| HSV(B) | 163.09º | 0.74% | 1% | - |
| XYZ | 48.23 | 76.26 | 67.44 | - |
| YUV | 191.75 | 133.22 | 38.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 201 | 0.74 | 0 | 0.21 | 0.00 | 163.09 | 0.99 | 0.63 |
| Hex | 42 | FE | C9 | 4A | 0 | 15 | 0 | A3 | 63 | 3F |
| Octal | 102 | 376 | 311 | 112 | 0 | 25 | 0 | 243 | 143 | 77 |
| Binary | 1000010 | 11111110 | 11001001 | 1001010 | 0 | 10101 | 0 | 10100011 | 1100011 | 111111 |
Color Harmonies of #42FEC9
Complementary color
Monochromatic Colors of #42FEC9
Black with #42FEC9
Text Example
Text Example
White with #42FEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FEC9; }
p { color: rgb(66,254,201); }
H1.HeaderClassName
{
color: #42FEC9;
}
.AnyTagClassName
{
color: #42FEC9;
}
</style>
background-color css
<style>
a { background-color: #42FEC9; }
a { background-color: rgb(66,254,201); }
div.DivClassName
{
background-color: #42FEC9;
}
.BgClassName
{
background-color: #42FEC9;
}
</style>
border-color css
<style>
span { border-color: #42FEC9; }
span { border-color: rgb(66,254,201); }
td.TdClassName
{
border-color: #42FEC9;
}
.TagClassName
{
border-color: #42FEC9;
}
</style>