#42E7CE

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

Shades of Turquoise #42E7CE

Tints of Turquoise #42E7CE

Color information

#42E7CE (or 0x42E7CE) is unknown color: approx Turquoise. HEX triplet: 42, E7 and CE. RGB value is (66,231,206). Sum of RGB (Red+Green+Blue) = 66+231+206=503 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.12% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #42E7CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E7CE is #BD1831. Grayscale: #B2B2B2. Windows color (decimal): -12392498 or 13559618. OLE color: 13559618.

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

Color convert

RGB66231206-
CMYK0.7100.110.09
HSL170.91º77.46%58.24%-
HSV(B)170.91º71.43%90.59%-
XYZ41.9662.7768.3-
YUV178.82143.3447.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.12%
GREEN value IS 231 (90.62% from 255) = 45.92%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=13.12%
G=45.92%
B=40.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662312060.7100.110.09170.9177.4658.24
Hex42E7CE470B9ab4d3a
Octal1023473161070131125311572
Binary100001011100111110011101000111010111001101010111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,231,206); }

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

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

 a { background-color: rgb(66,231,206); }

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

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

 span { border-color: rgb(66,231,206); }

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