Shades of Turquoise #42FED6
Tints of Turquoise #42FED6
RGB
CMYK
RGB Variations
Color information
#42FED6 (or 0x42FED6) is known color: Turquoise. HEX triplet: 42, FE and D6. RGB value is (66,254,214). Sum of RGB (Red+Green+Blue) = 66+254+214=534 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.36% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #42FED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FED6 is #BD0129. Grayscale: #C1C1C1. Windows color (decimal): -12386602 or 14089794. OLE color: 14089794.
HSL color Cylindrical-coordinate representation of color #42FED6: hue angle of 167.23º 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 #42FED6 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 214 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.00 |
| HSL | 167.23º | 0.99% | 0.63% | - |
| HSV(B) | 167.23º | 0.74% | 1% | - |
| XYZ | 49.83 | 76.9 | 75.83 | - |
| YUV | 193.23 | 139.72 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 214 | 0.74 | 0 | 0.16 | 0.00 | 167.23 | 0.99 | 0.63 |
| Hex | 42 | FE | D6 | 4A | 0 | 10 | 0 | A7 | 63 | 3F |
| Octal | 102 | 376 | 326 | 112 | 0 | 20 | 0 | 247 | 143 | 77 |
| Binary | 1000010 | 11111110 | 11010110 | 1001010 | 0 | 10000 | 0 | 10100111 | 1100011 | 111111 |
Color Harmonies of #42FED6
Complementary color
Monochromatic Colors of #42FED6
Black with #42FED6
Text Example
Text Example
White with #42FED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FED6; }
p { color: rgb(66,254,214); }
H1.HeaderClassName
{
color: #42FED6;
}
.AnyTagClassName
{
color: #42FED6;
}
</style>
background-color css
<style>
a { background-color: #42FED6; }
a { background-color: rgb(66,254,214); }
div.DivClassName
{
background-color: #42FED6;
}
.BgClassName
{
background-color: #42FED6;
}
</style>
border-color css
<style>
span { border-color: #42FED6; }
span { border-color: rgb(66,254,214); }
td.TdClassName
{
border-color: #42FED6;
}
.TagClassName
{
border-color: #42FED6;
}
</style>