Shades of Turquoise #42FEDA
Tints of Turquoise #42FEDA
RGB
CMYK
RGB Variations
Color information
#42FEDA (or 0x42FEDA) is known color: Turquoise. HEX triplet: 42, FE and DA. RGB value is (66,254,218). Sum of RGB (Red+Green+Blue) = 66+254+218=538 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.27% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #42FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FEDA is #BD0125. Grayscale: #C1C1C1. Windows color (decimal): -12386598 or 14351938. OLE color: 14351938.
HSL color Cylindrical-coordinate representation of color #42FEDA: hue angle of 168.51º 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 #42FEDA is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 218 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.00 |
| HSL | 168.51º | 0.99% | 0.63% | - |
| HSV(B) | 168.51º | 0.74% | 1% | - |
| XYZ | 50.34 | 77.1 | 78.56 | - |
| YUV | 193.68 | 141.72 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 218 | 0.74 | 0 | 0.14 | 0.00 | 168.51 | 0.99 | 0.63 |
| Hex | 42 | FE | DA | 4A | 0 | E | 0 | A9 | 63 | 3F |
| Octal | 102 | 376 | 332 | 112 | 0 | 16 | 0 | 251 | 143 | 77 |
| Binary | 1000010 | 11111110 | 11011010 | 1001010 | 0 | 1110 | 0 | 10101001 | 1100011 | 111111 |
Color Harmonies of #42FEDA
Complementary color
Monochromatic Colors of #42FEDA
Black with #42FEDA
Text Example
Text Example
White with #42FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FEDA; }
p { color: rgb(66,254,218); }
H1.HeaderClassName
{
color: #42FEDA;
}
.AnyTagClassName
{
color: #42FEDA;
}
</style>
background-color css
<style>
a { background-color: #42FEDA; }
a { background-color: rgb(66,254,218); }
div.DivClassName
{
background-color: #42FEDA;
}
.BgClassName
{
background-color: #42FEDA;
}
</style>
border-color css
<style>
span { border-color: #42FEDA; }
span { border-color: rgb(66,254,218); }
td.TdClassName
{
border-color: #42FEDA;
}
.TagClassName
{
border-color: #42FEDA;
}
</style>