#42E4EA

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

Shades of Turquoise #42E4EA

Tints of Turquoise #42E4EA

Color information

#42E4EA (or 0x42E4EA) is unknown color: approx Turquoise. HEX triplet: 42, E4 and EA. RGB value is (66,228,234). Sum of RGB (Red+Green+Blue) = 66+228+234=528 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.5% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #42E4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E4EA is #BD1B15. Grayscale: #B4B4B4. Windows color (decimal): -12393238 or 15393858. OLE color: 15393858.

HSL color Cylindrical-coordinate representation of color #42E4EA: hue angle of 182.14º 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 #42E4EA is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB66228234-
CMYK0.720.0300.08
HSL182.14º80%58.82%-
HSV(B)182.14º71.79%91.76%-
XYZ44.8462.5987.56-
YUV180.25158.3346.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal662282340.720.0300.08182.148058.82
Hex42E4EA48308b6503b
Octal102344352110301026612073
Binary1000010111001001110101010010001101000101101101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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