Shades of Turquoise #42FFEF
Tints of Turquoise #42FFEF
RGB
CMYK
RGB Variations
Color information
#42FFEF (or 0x42FFEF) is known color: Turquoise. HEX triplet: 42, FF and EF. RGB value is (66,255,239). Sum of RGB (Red+Green+Blue) = 66+255+239=560 (74% of max value = 765). Red value is 66 (26.17% from 255 or 11.79% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FFEF is #BD0010. Grayscale: #C4C4C4. Windows color (decimal): -12386321 or 15728450. OLE color: 15728450.
HSL color Cylindrical-coordinate representation of color #42FFEF: hue angle of 174.92º 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 #42FFEF is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 239 | - |
| CMYK | 0.74 | 0 | 0.06 | 0 |
| HSL | 174.92º | 1% | 0.63% | - |
| HSV(B) | 174.92º | 0.74% | 1% | - |
| XYZ | 53.59 | 78.91 | 94.07 | - |
| YUV | 196.67 | 151.88 | 34.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 239 | 0.74 | 0 | 0.06 | 0 | 174.92 | 1 | 0.63 |
| Hex | 42 | FF | EF | 4A | 0 | 6 | 0 | AF | 64 | 3F |
| Octal | 102 | 377 | 357 | 112 | 0 | 6 | 0 | 257 | 144 | 77 |
| Binary | 1000010 | 11111111 | 11101111 | 1001010 | 0 | 110 | 0 | 10101111 | 1100100 | 111111 |
Color Harmonies of #42FFEF
Complementary color
Monochromatic Colors of #42FFEF
Black with #42FFEF
Text Example
Text Example
White with #42FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFEF; }
p { color: rgb(66,255,239); }
H1.HeaderClassName
{
color: #42FFEF;
}
.AnyTagClassName
{
color: #42FFEF;
}
</style>
background-color css
<style>
a { background-color: #42FFEF; }
a { background-color: rgb(66,255,239); }
div.DivClassName
{
background-color: #42FFEF;
}
.BgClassName
{
background-color: #42FFEF;
}
</style>
border-color css
<style>
span { border-color: #42FFEF; }
span { border-color: rgb(66,255,239); }
td.TdClassName
{
border-color: #42FFEF;
}
.TagClassName
{
border-color: #42FFEF;
}
</style>