Shades of Turquoise #42FEAD
Tints of Turquoise #42FEAD
RGB
CMYK
RGB Variations
Color information
#42FEAD (or 0x42FEAD) is known color: Turquoise. HEX triplet: 42, FE and AD. RGB value is (66,254,173). Sum of RGB (Red+Green+Blue) = 66+254+173=493 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.39% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #42FEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FEAD is #BD0152. Grayscale: #BCBCBC. Windows color (decimal): -12386643 or 11402818. OLE color: 11402818.
HSL color Cylindrical-coordinate representation of color #42FEAD: hue angle of 154.15º 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 #42FEAD is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 173 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.00 |
| HSL | 154.15º | 0.99% | 0.63% | - |
| HSV(B) | 154.15º | 0.74% | 1% | - |
| XYZ | 45.23 | 75.06 | 51.64 | - |
| YUV | 188.55 | 119.22 | 40.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 173 | 0.74 | 0 | 0.32 | 0.00 | 154.15 | 0.99 | 0.63 |
| Hex | 42 | FE | AD | 4A | 0 | 20 | 0 | 9A | 63 | 3F |
| Octal | 102 | 376 | 255 | 112 | 0 | 40 | 0 | 232 | 143 | 77 |
| Binary | 1000010 | 11111110 | 10101101 | 1001010 | 0 | 100000 | 0 | 10011010 | 1100011 | 111111 |
Color Harmonies of #42FEAD
Complementary color
Monochromatic Colors of #42FEAD
Black with #42FEAD
Text Example
Text Example
White with #42FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FEAD; }
p { color: rgb(66,254,173); }
H1.HeaderClassName
{
color: #42FEAD;
}
.AnyTagClassName
{
color: #42FEAD;
}
</style>
background-color css
<style>
a { background-color: #42FEAD; }
a { background-color: rgb(66,254,173); }
div.DivClassName
{
background-color: #42FEAD;
}
.BgClassName
{
background-color: #42FEAD;
}
</style>
border-color css
<style>
span { border-color: #42FEAD; }
span { border-color: rgb(66,254,173); }
td.TdClassName
{
border-color: #42FEAD;
}
.TagClassName
{
border-color: #42FEAD;
}
</style>