Shades of Turquoise #42FFEB
Tints of Turquoise #42FFEB
RGB
CMYK
RGB Variations
Color information
#42FFEB (or 0x42FFEB) is known color: Turquoise. HEX triplet: 42, FF and EB. RGB value is (66,255,235). Sum of RGB (Red+Green+Blue) = 66+255+235=556 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.87% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FFEB is #BD0014. Grayscale: #C4C4C4. Windows color (decimal): -12386325 or 15466306. OLE color: 15466306.
HSL color Cylindrical-coordinate representation of color #42FFEB: hue angle of 173.65º 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 #42FFEB is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 235 | - |
| CMYK | 0.74 | 0 | 0.08 | 0 |
| HSL | 173.65º | 1% | 0.63% | - |
| HSV(B) | 173.65º | 0.74% | 1% | - |
| XYZ | 53 | 78.68 | 90.99 | - |
| YUV | 196.21 | 149.88 | 35.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 235 | 0.74 | 0 | 0.08 | 0 | 173.65 | 1 | 0.63 |
| Hex | 42 | FF | EB | 4A | 0 | 8 | 0 | AE | 64 | 3F |
| Octal | 102 | 377 | 353 | 112 | 0 | 10 | 0 | 256 | 144 | 77 |
| Binary | 1000010 | 11111111 | 11101011 | 1001010 | 0 | 1000 | 0 | 10101110 | 1100100 | 111111 |
Color Harmonies of #42FFEB
Complementary color
Monochromatic Colors of #42FFEB
Black with #42FFEB
Text Example
Text Example
White with #42FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFEB; }
p { color: rgb(66,255,235); }
H1.HeaderClassName
{
color: #42FFEB;
}
.AnyTagClassName
{
color: #42FFEB;
}
</style>
background-color css
<style>
a { background-color: #42FFEB; }
a { background-color: rgb(66,255,235); }
div.DivClassName
{
background-color: #42FFEB;
}
.BgClassName
{
background-color: #42FFEB;
}
</style>
border-color css
<style>
span { border-color: #42FFEB; }
span { border-color: rgb(66,255,235); }
td.TdClassName
{
border-color: #42FFEB;
}
.TagClassName
{
border-color: #42FFEB;
}
</style>