#44E7C6

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

Shades of Turquoise #44E7C6

Tints of Turquoise #44E7C6

Color information

#44E7C6 (or 0x44E7C6) is unknown color: approx Turquoise. HEX triplet: 44, E7 and C6. RGB value is (68,231,198). Sum of RGB (Red+Green+Blue) = 68+231+198=497 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.68% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #44E7C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44E7C6 is #BB1839. Grayscale: #B2B2B2. Windows color (decimal): -12261434 or 13035332. OLE color: 13035332.

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

Color convert

RGB68231198-
CMYK0.7100.140.09
HSL167.85º77.25%58.63%-
HSV(B)167.85º70.56%90.59%-
XYZ41.1562.4663.31-
YUV178.513949.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.68%
GREEN value IS 231 (90.62% from 255) = 46.48%
BLUE value IS 198 (77.73% from 255) = 39.84%
R=13.68%
G=46.48%
B=39.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal682311980.7100.140.09167.8577.2558.63
Hex44E7C6470E9a84d3b
Octal1043473061070161125011573
Binary100010011100111110001101000111011101001101010001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44E7C6; }

 p { color: rgb(68,231,198); }

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

<style>
 a { background-color: #44E7C6; }

 a { background-color: rgb(68,231,198); }

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

<style>
 span { border-color: #44E7C6; }

 span { border-color: rgb(68,231,198); }

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