#42E8B0

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

Shades of Turquoise #42E8B0

Tints of Turquoise #42E8B0

Color information

#42E8B0 (or 0x42E8B0) is unknown color: approx Turquoise. HEX triplet: 42, E8 and B0. RGB value is (66,232,176). Sum of RGB (Red+Green+Blue) = 66+232+176=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 232 (91.02% from 255 or 48.95% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 232 - color contains mainly: green. Hex color #42E8B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E8B0 is #BD174F. Grayscale: #B0B0B0. Windows color (decimal): -12392272 or 11593794. OLE color: 11593794.

HSL color Cylindrical-coordinate representation of color #42E8B0: hue angle of 159.76º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E8B0 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB66232176-
CMYK0.7200.240.09
HSL159.76º78.3%58.43%-
HSV(B)159.76º71.55%90.98%-
XYZ38.9462.0150.99-
YUV175.9812849.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.92%
GREEN value IS 232 (91.02% from 255) = 48.95%
BLUE value IS 176 (69.14% from 255) = 37.13%
R=13.92%
G=48.95%
B=37.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662321760.7200.240.09159.7678.358.43
Hex42E8B0480189a04e3a
Octal1023502601100301124011672
Binary1000010111010001011000010010000110001001101000001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,232,176); }

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

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

 a { background-color: rgb(66,232,176); }

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

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

 span { border-color: rgb(66,232,176); }

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