#44E4CD

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

Shades of Turquoise #44E4CD

Tints of Turquoise #44E4CD

Color information

#44E4CD (or 0x44E4CD) is unknown color: approx Turquoise. HEX triplet: 44, E4 and CD. RGB value is (68,228,205). Sum of RGB (Red+Green+Blue) = 68+228+205=501 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.57% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #44E4CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E4CD is #BB1B32. Grayscale: #B1B1B1. Windows color (decimal): -12262195 or 13493316. OLE color: 13493316.

HSL color Cylindrical-coordinate representation of color #44E4CD: hue angle of 171.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E4CD is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB68228205-
CMYK0.7000.100.11
HSL171.38º74.77%58.04%-
HSV(B)171.38º70.18%89.41%-
XYZ41.1561.1267.39-
YUV177.54143.4949.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.57%
GREEN value IS 228 (89.45% from 255) = 45.51%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=13.57%
G=45.51%
B=40.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal682282050.7000.100.11171.3874.7758.04
Hex44E4CD460ABab4b3a
Octal1043443151060121325311372
Binary100010011100100110011011000110010101011101010111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,228,205); }

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

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

 a { background-color: rgb(68,228,205); }

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

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

 span { border-color: rgb(68,228,205); }

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