#42EBC7

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

Shades of Turquoise #42EBC7

Tints of Turquoise #42EBC7

Color information

#42EBC7 (or 0x42EBC7) is unknown color: approx Turquoise. HEX triplet: 42, EB and C7. RGB value is (66,235,199). Sum of RGB (Red+Green+Blue) = 66+235+199=500 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.2% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #42EBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EBC7 is #BD1438. Grayscale: #B4B4B4. Windows color (decimal): -12391481 or 13101890. OLE color: 13101890.

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

Color convert

RGB66235199-
CMYK0.7200.150.08
HSL167.22º80.86%59.02%-
HSV(B)167.22º71.91%92.16%-
XYZ42.2664.764.29-
YUV180.36138.5146.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.2%
GREEN value IS 235 (92.19% from 255) = 47%
BLUE value IS 199 (78.12% from 255) = 39.8%
R=13.2%
G=47%
B=39.8%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal662351990.7200.150.08167.2280.8659.02
Hex42EBC7480F8a7513b
Octal1023533071100171024712173
Binary100001011101011110001111001000011111000101001111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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