#42E9C3

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

Shades of Turquoise #42E9C3

Tints of Turquoise #42E9C3

Color information

#42E9C3 (or 0x42E9C3) is unknown color: approx Turquoise. HEX triplet: 42, E9 and C3. RGB value is (66,233,195). Sum of RGB (Red+Green+Blue) = 66+233+195=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 233 - color contains mainly: green. Hex color #42E9C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E9C3 is #BD163C. Grayscale: #B2B2B2. Windows color (decimal): -12391997 or 12839234. OLE color: 12839234.

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

Color convert

RGB66233195-
CMYK0.7200.160.09
HSL166.35º79.15%58.63%-
HSV(B)166.35º71.67%91.37%-
XYZ41.2463.3861.69-
YUV178.74137.1747.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.36%
GREEN value IS 233 (91.41% from 255) = 47.17%
BLUE value IS 195 (76.56% from 255) = 39.47%
R=13.36%
G=47.17%
B=39.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662331950.7200.160.09166.3579.1558.63
Hex42E9C3480109a64f3b
Octal1023513031100201124611773
Binary1000010111010011100001110010000100001001101001101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,233,195); }

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

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

 a { background-color: rgb(66,233,195); }

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

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

 span { border-color: rgb(66,233,195); }

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