#42EAE4

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

Shades of Turquoise #42EAE4

Tints of Turquoise #42EAE4

Color information

#42EAE4 (or 0x42EAE4) is unknown color: approx Turquoise. HEX triplet: 42, EA and E4. RGB value is (66,234,228). Sum of RGB (Red+Green+Blue) = 66+234+228=528 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.5% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #42EAE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EAE4 is #BD151B. Grayscale: #B6B6B6. Windows color (decimal): -12391708 or 15002178. OLE color: 15002178.

HSL color Cylindrical-coordinate representation of color #42EAE4: hue angle of 177.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EAE4 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB66234228-
CMYK0.7200.030.08
HSL177.86º80%58.82%-
HSV(B)177.86º71.79%91.76%-
XYZ45.6765.6183.65-
YUV183.08153.3444.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.5%
GREEN value IS 234 (91.80% from 255) = 44.32%
BLUE value IS 228 (89.45% from 255) = 43.18%
R=12.5%
G=44.32%
B=43.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal662342280.7200.030.08177.868058.82
Hex42EAE448038b2503b
Octal102352344110031026212073
Binary1000010111010101110010010010000111000101100101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,234,228); }

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

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

 a { background-color: rgb(66,234,228); }

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

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

 span { border-color: rgb(66,234,228); }

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