Shades of Turquoise #42EFE6
Tints of Turquoise #42EFE6
RGB
CMYK
RGB Variations
Color information
#42EFE6 (or 0x42EFE6) is known color: Turquoise. HEX triplet: 42, EF and E6. RGB value is (66,239,230). Sum of RGB (Red+Green+Blue) = 66+239+230=535 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.34% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EFE6 is #BD1019. Grayscale: #BABABA. Windows color (decimal): -12390426 or 15134530. OLE color: 15134530.
HSL color Cylindrical-coordinate representation of color #42EFE6: hue angle of 176.88º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EFE6 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 230 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.06 |
| HSL | 176.88º | 0.84% | 0.6% | - |
| HSV(B) | 176.88º | 0.72% | 0.94% | - |
| XYZ | 47.4 | 68.6 | 85.61 | - |
| YUV | 186.25 | 152.69 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 230 | 0.72 | 0 | 0.04 | 0.06 | 176.88 | 0.84 | 0.6 |
| Hex | 42 | EF | E6 | 48 | 0 | 4 | 6 | B1 | 54 | 3C |
| Octal | 102 | 357 | 346 | 110 | 0 | 4 | 6 | 261 | 124 | 74 |
| Binary | 1000010 | 11101111 | 11100110 | 1001000 | 0 | 100 | 110 | 10110001 | 1010100 | 111100 |
Color Harmonies of #42EFE6
Complementary color
Monochromatic Colors of #42EFE6
Black with #42EFE6
Text Example
Text Example
White with #42EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFE6; }
p { color: rgb(66,239,230); }
H1.HeaderClassName
{
color: #42EFE6;
}
.AnyTagClassName
{
color: #42EFE6;
}
</style>
background-color css
<style>
a { background-color: #42EFE6; }
a { background-color: rgb(66,239,230); }
div.DivClassName
{
background-color: #42EFE6;
}
.BgClassName
{
background-color: #42EFE6;
}
</style>
border-color css
<style>
span { border-color: #42EFE6; }
span { border-color: rgb(66,239,230); }
td.TdClassName
{
border-color: #42EFE6;
}
.TagClassName
{
border-color: #42EFE6;
}
</style>