#42f6eb

Color #42F6EB Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #42F6EB

Tints of Turquoise #42F6EB

Color information

#42F6EB (or 0x42F6EB) is unknown color: approx Turquoise. HEX triplet: 42, F6 and EB. RGB value is (66,246,235). Sum of RGB (Red+Green+Blue) = 66+246+235=547 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.07% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #42F6EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F6EB is #BD0914. Grayscale: #BEBEBE. Windows color (decimal): -12388629 or 15464002. OLE color: 15464002.

HSL color Cylindrical-coordinate representation of color #42F6EB: hue angle of 176.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F6EB is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB66246235-
CMYK0.7300.040.04
HSL176.33º90.91%61.18%-
HSV(B)176.33º73.17%96.47%-
XYZ50.273.0790.06-
YUV190.93152.8738.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 12.07%
GREEN value IS 246 (96.48% from 255) = 44.97%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=12.07%
G=44.97%
B=42.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662462350.7300.040.04176.3390.9161.18
Hex42F6EB49044b05b3d
Octal10236635311104426013375
Binary1000010111101101110101110010010100100101100001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42f6eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42f6eb; }

 p { color: rgb(66,246,235); }

 H1.HeaderClassName
 {
   color: #42f6eb;
 }
 .AnyTagClassName
 {
   color: #42f6eb;
 }
</style>
background-color css

<style>
 a { background-color: #42f6eb; }

 a { background-color: rgb(66,246,235); }

 div.DivClassName
 {
   background-color: #42f6eb;
 }
 .BgClassName
 {
   background-color: #42f6eb;
 }
</style>
border-color css

<style>
 span { border-color: #42f6eb; }

 span { border-color: rgb(66,246,235); }

 td.TdClassName
 {
   border-color: #42f6eb;
 }
 .TagClassName
 {
   border-color: #42f6eb;
 }
</style>